Type alias V1

V1: z.infer<typeof v1>

A valid Character Card object following the V1 spec.

https://github.com/malfoyslastname/character-card-spec-v2/blob/main/spec_v1.md

type V1 = {
name: string
description: string
personality: string
scenario: string
first_mes: string
mes_example: string
}

Generated using TypeDoc