implemented location edit
This commit is contained in:
@@ -15,6 +15,7 @@ export interface BillingLocation {
|
||||
/** the value is encoded as yyyymm (i.e. 202301) */
|
||||
yearMonth: number;
|
||||
bills: Bill[];
|
||||
notes: string|null;
|
||||
};
|
||||
|
||||
/** Bill basic data */
|
||||
|
||||
Reference in New Issue
Block a user