Variable ContentSelectionFilterSchemaConst

ContentSelectionFilterSchema: ZodObject<{
    must: ZodOptional<ZodArray<ZodObject<{
        field: ZodString;
        condition: ZodUnion<readonly [ZodObject<{
            type: ZodLiteral<(...)>;
            value: ZodUnion<(...)>;
        }, $strip>, ZodObject<{
            type: ZodLiteral<(...)>;
            value: ZodObject<(...), (...)>;
        }, $strip>, ZodObject<{
            type: ZodLiteral<(...)>;
            value: ZodObject<(...), (...)>;
        }, $strip>, ZodObject<{
            type: ZodLiteral<(...)>;
            value: ZodObject<(...), (...)>;
        }, $strip>]>;
    }, $strip>>>;
    should: ZodOptional<ZodArray<ZodObject<{
        field: ZodString;
        condition: ZodUnion<readonly [ZodObject<{
            type: ZodLiteral<(...)>;
            value: ZodUnion<(...)>;
        }, $strip>, ZodObject<{
            type: ZodLiteral<(...)>;
            value: ZodObject<(...), (...)>;
        }, $strip>, ZodObject<{
            type: ZodLiteral<(...)>;
            value: ZodObject<(...), (...)>;
        }, $strip>, ZodObject<{
            type: ZodLiteral<(...)>;
            value: ZodObject<(...), (...)>;
        }, $strip>]>;
    }, $strip>>>;
    must_not: ZodOptional<ZodArray<ZodObject<{
        field: ZodString;
        condition: ZodUnion<readonly [ZodObject<{
            type: ZodLiteral<(...)>;
            value: ZodUnion<(...)>;
        }, $strip>, ZodObject<{
            type: ZodLiteral<(...)>;
            value: ZodObject<(...), (...)>;
        }, $strip>, ZodObject<{
            type: ZodLiteral<(...)>;
            value: ZodObject<(...), (...)>;
        }, $strip>, ZodObject<{
            type: ZodLiteral<(...)>;
            value: ZodObject<(...), (...)>;
        }, $strip>]>;
    }, $strip>>>;
}, $strip> = ...