Variable RoomAttributeValueOmitFieldsSchemaConst
RoomAttributeValueOmitFieldsSchema: ZodObject<
{
attributeId: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
roomId: ZodOptional<ZodCoercedBoolean<unknown>>;
value: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...