inventory-db
    Preparing search index...

    Variable AttributeOwnIncludeSchemaJsonConst

    AttributeOwnIncludeSchemaJson: ZodPipe<
        ZodTransform<any, unknown>,
        ZodObject<
            {
                category: ZodOptional<ZodCoercedBoolean<unknown>>;
                unites: ZodOptional<ZodCoercedBoolean<unknown>>;
                values: ZodOptional<ZodCoercedBoolean<unknown>>;
            },
            $strip,
        >,
    > = ...