Esposter
    Preparing search index...

    Variable filterSchemaConst

    filterSchema: ZodObject<
        {
            type: ZodEnum<typeof FilterType>;
            value: ZodUnion<
                readonly [ZodBoolean, ZodDate, ZodNull, ZodNumber, ZodString],
            >;
        },
        $strip,
    > = ...