Closed
Description
Maybe some problem with empty enums
?
Console log -
error: SyntaxError: '=>' expected. (141:27)
139 | "incoterm": string;
140 | "invoiceType": ('DEMURRAGE') | ('FREIGHT') | ('DETENTION') | ('FREIGHT_AND_LOCALS') | ('LOCAL_CHARGES') | ('INLAND_CARRIAGE') | ('OTHERS');
> 141 | "invoiceTypeToDisplay": ();
| ^
142 | "invoiceNumber": string;
143 | "invoiceDate": string;
144 | "invoiceFile": string;
This is what I found in json
-
"invoiceTypeToDisplay": {
"type": "number",
"readOnly": true,
"enum": []
},
Metadata
Metadata
Assignees
Labels
No labels