(refactor) locationActions: add timestamp for utility bills proof of payment upload
This commit is contained in:
@@ -71,6 +71,8 @@ export interface BillingLocation {
|
||||
seenByTenant?: boolean | null;
|
||||
/** (optional) utility bills proof of payment attachment */
|
||||
utilBillsProofOfPaymentAttachment?: BillAttachment|null;
|
||||
/** (optional) date when utility bills proof of payment was uploaded */
|
||||
utilBillsProofOfPaymentUploadedAt?: Date|null;
|
||||
};
|
||||
|
||||
export enum BilledTo {
|
||||
|
||||
Reference in New Issue
Block a user