finished add new types to the schedule apis

This commit is contained in:
faris Aljohari
2024-10-02 03:21:13 -05:00
parent 6ac3253ee8
commit f94cb940c8
2 changed files with 23 additions and 5 deletions

View File

@ -9,4 +9,7 @@ export enum ProductType {
ONE_G = '1G',
WH = 'WH',
DS = 'DS',
THREE_3TG = '3GT',
TWO_2TG = '2GT',
ONE_1TG = '1GT',
}