Variable ConfigStorageConflictSchemaConst
ConfigStorageConflictSchema: ZodObject<
{
strategy: ZodUnion<
[ZodLiteral<"archive">, ZodLiteral<"overwrite">, ZodLiteral<"error">],
>;
archiveFormat: ZodString;
},
"strip",
ZodTypeAny,
{ strategy: "error"
| "archive"
| "overwrite"; archiveFormat: string },
{ strategy: "error" | "archive" | "overwrite"; archiveFormat: string },
> = ...
File conflict resolution schema