Files
entity/src/types/pull.ts

16 lines
432 B
TypeScript

export enum LogPullType {
"LNKOLEK" = "LNKOLEK",
"CIF_BEREKENING" = "CIF_BEREKENING",
"TRIAL_BALANCE_BRANCH" = "TRIAL_BALANCE_BRANCH",
"TRIAL_BALANCE_KONSOLIDASI" = "TRIAL_BALANCE_KONSOLIDASI",
"TRANSAKSI_CS" = "TRANSAKSI_CS"
};
export enum StatusLogPull {
"Waiting Schedule" = "W",
"Failed Pull Data" = "N",
"Retry Pull Data" = "R",
"On Going Pull Data" = "O",
"Success Pull Data" = "Y"
};