Variable RestaurantAppLevelUpdateSchemaConst
RestaurantAppLevelUpdateSchema: ZodObject<
{
isKioskEnabled: ZodOptional<ZodBoolean>;
shouldAllowMultipleDevices: ZodOptional<ZodBoolean>;
shouldAllowOrderCreation: ZodOptional<ZodBoolean>;
},
"strip",
ZodTypeAny,
{
isKioskEnabled?: boolean;
shouldAllowMultipleDevices?: boolean;
shouldAllowOrderCreation?: boolean;
},
{
isKioskEnabled?: boolean;
shouldAllowMultipleDevices?: boolean;
shouldAllowOrderCreation?: boolean;
},
> = ...