メインコンテンツまでスキップ

Variable: DataImportConflictSchema

const DataImportConflictSchema: TObject<{ category: TUnion<[TLiteral<"characters">, TLiteral<"chats">, TLiteral<"personas">, TLiteral<"lorebooks">, TLiteral<"presets">, TLiteral<"groups">, TLiteral<"backgrounds">, TLiteral<"extensionSettings">]>; kind: TUnion<[TLiteral<"artifact">, TLiteral<"name">]>; path: TOptional<TString>; safePolicies: TArray<TUnion<[TLiteral<"skip">, TLiteral<"copy">, TLiteral<"merge">, TLiteral<"replace">]>>; sourceKey: TString; targetId: TString; targetName: TString; }>

Defined in: packages/contracts/src/dataImport.ts:77