asset-db
    Preparing search index...

    Variable CategoryOwnIncludeSchemaJsonConst

    CategoryOwnIncludeSchemaJson: ZodPipe<
        ZodTransform<any, unknown>,
        ZodObject<
            {
                children: ZodOptional<ZodCoercedBoolean<unknown>>;
                items: ZodOptional<ZodCoercedBoolean<unknown>>;
                parent: ZodOptional<ZodCoercedBoolean<unknown>>;
            },
            $strip,
        >,
    > = ...