Variable PriceLevelCreateSchemaConst
PriceLevelCreateSchema: ZodPipe<
ZodTransform<any, any>,
ZodObject<
{
currencyId: ZodCoercedNumber<unknown>;
name: ZodString;
notes: ZodOptional<ZodString>;
slug: ZodOptional<ZodString>;
taxrate: ZodCoercedNumber<unknown>;
},
$strip,
>,
> = ...