Variable PriceLevelOwnSelectFieldsSchemaJsonConst
PriceLevelOwnSelectFieldsSchemaJson: ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
currency: ZodOptional<ZodCoercedBoolean<unknown>>;
currencyId: ZodOptional<ZodCoercedBoolean<unknown>>;
discounts: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
name: ZodOptional<ZodCoercedBoolean<unknown>>;
notes: ZodOptional<ZodCoercedBoolean<unknown>>;
prices: ZodOptional<ZodCoercedBoolean<unknown>>;
slug: ZodOptional<ZodCoercedBoolean<unknown>>;
stores: ZodOptional<ZodCoercedBoolean<unknown>>;
taxrate: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
>,
> = ...