type PathTo = { name: string params?: Record | undefined } export type ClientGeneralRentalConditions = { id: string content: { fr: string en: string } createdAt: string pathTo?: string | PathTo type: 'TermsAndConditions::ClientGeneralRentalCondition' }