Variable annotationsContactFieldsRelationsConst
annotationsContactFieldsRelations: Relations<
"annotations_contact_fields",
{
annotation: One<"annotations", true>;
contactType: One<"contact_types", true>;
contactTypeField: One<"contact_type_fields", true>;
},
> = ...