export type Mandate = { id: string; address: string; bankAccountOwner: string; bic: string; city: string; companyBankAccountOwner: string | null; companyAddress: string | null; companyBic: string | null; companyCity: string | null; companyCountry: string | null; companyEmail: string | null; companyIban: string | null; companyName: string | null; companyPhone: string | null; companyPostalCode: string | null; companyRepresentativeFirstName: string | null; companyRepresentativeCivility: string | null; companyRepresentativeLastName: string | null; companySiret: string | null; country: string; createdAt: string; email: string; firstName: string; gender: string; houseId: number; iban: string; isCompany: boolean; lastName: string; lcApprovedAt: string; ownerApprovedAt: string; phone: string; postalCode: string; updatedAt: string; companyRibFilePath: string | null; ribFilePath: string | null; civility: string | null; };