Variable: CharacterImportResultSchema
constCharacterImportResultSchema:TObject<{character:TObject<{avatar:TUnion<[TString,TNull]>;createdAt:TInteger;creator:TUnion<[TString,TNull]>;creatorNotes:TUnion<[TString,TNull]>;deletedAt:TUnion<[TInteger,TNull]>;description:TString;exampleDialogues:TString;ext:TRecord<TString,TUnknown>;firstMessage:TString;id:TString;lastUsedAt:TUnion<[TInteger,TNull]>;name:TString;personality:TString;postHistoryInstructions:TUnion<[TString,TNull]>;scenario:TString;systemPrompt:TUnion<[TString,TNull]>;tags:TArray<TString>;updatedAt:TInteger; }>;created:TBoolean;sourceHash:TString;warnings:TArray<TString>; }>
Defined in: packages/contracts/src/character.ts:80
Result of an idempotent character-card import.