igcv3 - v1.1.0
    Preparing search index...

    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