multi-user support
This commit is contained in:
@@ -11,6 +11,8 @@ export interface BillAttachment {
|
||||
/** bill object in the form returned by MongoDB */
|
||||
export interface BillingLocation {
|
||||
_id: string;
|
||||
userId: string;
|
||||
userEmail?: string | null;
|
||||
name: string;
|
||||
/** the value is encoded as yyyymm (i.e. 202301) */
|
||||
yearMonth: number;
|
||||
|
||||
Reference in New Issue
Block a user