export type Contactable = { id: string houseId: number contactableType: string contactableId: number roles: string[] depositResponsible: boolean receptionResponsible: boolean signatory: boolean createdAt: string updatedAt: string }