auth-db
    Preparing search index...

    Variable SessionOmitFieldsSchemaConst

    SessionOmitFieldsSchema: ZodObject<
        {
            description: ZodOptional<ZodCoercedBoolean<unknown>>;
            endDate: ZodOptional<ZodCoercedBoolean<unknown>>;
            id: ZodOptional<ZodCoercedBoolean<unknown>>;
            startDate: ZodOptional<ZodCoercedBoolean<unknown>>;
            status: ZodOptional<ZodCoercedBoolean<unknown>>;
            userId: ZodOptional<ZodCoercedBoolean<unknown>>;
        },
        $strip,
    > = ...