jamespot-user-api
    Preparing search index...

    Variable moveFaqEntrySchemaConst

    moveFaqEntrySchema: ZodObject<
        {
            entryURI: ZodString;
            sourceURI: ZodOptional<ZodString>;
            targetURI: ZodString;
            theme: ZodNumber;
        },
        "strip",
        ZodTypeAny,
        { entryURI: string; sourceURI?: string; targetURI: string; theme: number },
        { entryURI: string; sourceURI?: string; targetURI: string; theme: number },
    > = ...