export type Check = { id: string; checkDamageComment: string | null; conditionsAcceptedAt: string | null; damage: boolean; damageControlDone: boolean; damageControlDoneAt: string | null; damageControlRequired: boolean; doneAt: string | null; doneEarlier: boolean; identityDocumentNumber: string | null; kind: string; specialComment: string | null; stayDamageComment: string | null; tenantActingAs: string; tenantBirthdate: string; tenantLanguage: string; tenantName: string; tenantPlaceOfBirth: string; bookingApi: string; checkInDate: string; checkInTime: string; checkOutDate: string; checkOutTime: string; clientFirstName: string; clientLastName: string; feedbacksSummary: string | null; houseName: string; kindLabel: string; photoUrls: string[]; signatureLecollectionistUrl: string; signatureOwnerUrl: string | null; signatureTenantUrl: string; tenantIdentityDocumentUrl: null; contractId: string; stayId: string; houseId: string; subsidiaryId: string; };