jamespot-user-api
    Preparing search index...

    Variable jRecurringEventOccurrenceLittleTruthySchemaConst

    jRecurringEventOccurrenceLittleTruthySchema: ZodObject<
        {
            _url: ZodString;
            dateCreation: ZodString;
            dateModified: ZodString;
            id: ZodType<number, ZodTypeDef, number>;
            mainType: ZodLiteral<"article">;
            title: ZodString;
            uri: ZodType<string, ZodTypeDef, string>;
        } & {
            dateEnd: ZodString;
            dateStart: ZodString;
            type: ZodLiteral<"recurringEventOccurrence">;
        },
        "strip",
        ZodTypeAny,
        jRecurringEventOccurrenceLittleTruthy,
        jRecurringEventOccurrenceLittleTruthy,
    > = ...