Bill Edit Form: dovršen fetch
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { ObjectId } from "mongodb";
|
||||
|
||||
export interface Location {
|
||||
id: ObjectId;
|
||||
_id: string;
|
||||
name: string;
|
||||
bills: Bill[];
|
||||
/** the value is encoded as yyyymm (i.e. 202301) */
|
||||
@@ -9,7 +9,7 @@ export interface Location {
|
||||
};
|
||||
|
||||
export interface Bill {
|
||||
id: ObjectId;
|
||||
_id: ObjectId;
|
||||
name: string;
|
||||
paid: boolean;
|
||||
document?: string|null;
|
||||
|
||||
Reference in New Issue
Block a user