inventory-db
    Preparing search index...

    Variable PriceLevelOwnIncludeSchemaJsonConst

    PriceLevelOwnIncludeSchemaJson: ZodPipe<
        ZodTransform<any, unknown>,
        ZodObject<
            {
                currency: ZodOptional<ZodCoercedBoolean<unknown>>;
                discounts: ZodOptional<ZodCoercedBoolean<unknown>>;
                prices: ZodOptional<ZodCoercedBoolean<unknown>>;
                stores: ZodOptional<ZodCoercedBoolean<unknown>>;
            },
            $strip,
        >,
    > = ...