Add location interface and update entity props #7079
Annotations
3 errors
Run npm run build:
src/common/interfaces/location.ts#L11
'location.ts' cannot be compiled under '--isolatedModules' because it is considered a global script file. Add an import, export, or an empty 'export {}' statement to make it a module.
|
Run npm run build:
tests/helpers/data/invoice.ts#L4
Property 'location_id' is missing in type '{ id: string; user_id: string; project_id: string; assigned_user_id: string; amount: number; balance: number; client_id: string; vendor_id: string; status_id: string; design_id: string; recurring_id: string; ... 51 more ...; documents: never[]; }' but required in type 'Invoice'.
|
Run npm run build
Process completed with exit code 2.
|
Loading