jamespot-user-api
    Preparing search index...

    Variable calendarOldEventSchemaConst

    calendarOldEventSchema: ZodObject<
        {
            backgroundColor: ZodOptional<ZodString>;
            bgColor: ZodOptional<ZodString>;
            color: ZodOptional<ZodString>;
            end: ZodString;
            idArticle: ZodNumber;
            start: ZodString;
            subscribe: ZodBoolean;
            textColor: ZodOptional<ZodString>;
            title: ZodString;
            url: ZodString;
        },
        "strip",
        ZodTypeAny,
        {
            backgroundColor?: string;
            bgColor?: string;
            color?: string;
            end: string;
            idArticle: number;
            start: string;
            subscribe: boolean;
            textColor?: string;
            title: string;
            url: string;
        },
        {
            backgroundColor?: string;
            bgColor?: string;
            color?: string;
            end: string;
            idArticle: number;
            start: string;
            subscribe: boolean;
            textColor?: string;
            title: string;
            url: string;
        },
    > = ...