inventory-db
    Preparing search index...

    Variable QuantityOmitFieldsSchemaJsonConst

    QuantityOmitFieldsSchemaJson: ZodPipe<
        ZodTransform<any, unknown>,
        ZodObject<
            {
                alertThreshold: ZodOptional<ZodCoercedBoolean<unknown>>;
                id: ZodOptional<ZodCoercedBoolean<unknown>>;
                quantity: ZodOptional<ZodCoercedBoolean<unknown>>;
                storeId: ZodOptional<ZodCoercedBoolean<unknown>>;
                variantId: ZodOptional<ZodCoercedBoolean<unknown>>;
            },
            $strip,
        >,
    > = ...