import type { LocalizedString } from './Exports' import type { PathTo } from './OwnerGeneralRentalConditions' export type TermsOfServices = { id: string content: LocalizedString createdAt: string pathTo?: string | PathTo | undefined type: 'TermsAndConditions::TermsOfService' }