inventory-db
    Preparing search index...

    Variable QuantityUpdateSchemaConst

    QuantityUpdateSchema: ZodObject<
        {
            alertThreshold: ZodOptional<ZodOptional<ZodCoercedNumber<unknown>>>;
            quantity: ZodOptional<ZodCoercedNumber<unknown>>;
            storeId: ZodOptional<ZodCoercedNumber<unknown>>;
            variantId: ZodOptional<ZodCoercedNumber<unknown>>;
        },
        $strip,
    > = ...