Variable RoomOmitFieldsSchemaConst
RoomOmitFieldsSchema: ZodObject<
{
buildingId: ZodOptional<ZodCoercedBoolean<unknown>>;
code: ZodOptional<ZodCoercedBoolean<unknown>>;
floor: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
name: ZodOptional<ZodCoercedBoolean<unknown>>;
uuid: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...