Variable StoreOwnIncludeSchemaConst
StoreOwnIncludeSchema: ZodObject<
{
discounts: ZodOptional<ZodCoercedBoolean<unknown>>;
priceLevel: ZodOptional<ZodCoercedBoolean<unknown>>;
quantities: ZodOptional<ZodCoercedBoolean<unknown>>;
serialNumbers: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...