Closed jasonriley closed 3 years ago
The Tariff interface field lseCode?: null | number; should actually be lseCode?: null | string;. Please fix the code and also cover in unit tests.
Tariff
lseCode?: null | number;
lseCode?: null | string;
The
Tariff
interface fieldlseCode?: null | number;
should actually belseCode?: null | string;
. Please fix the code and also cover in unit tests.