Skip to content
Snippets Groups Projects
Commit c2e7389d authored by Florent POITTEVIN's avatar Florent POITTEVIN
Browse files

fix: lint error

parent 7116f251
Branches
Tags
No related merge requests found
export type FileStatusEnum = "RECEIVED" | "TO_PROCESS" | "PROCESSED" | "READY" | "CLEANING" | "IN_ERROR" | "TO_BE_CONFIRMED" | "CONFIRMED";
// tslint:disable-next-line:variable-name
export const FileStatusEnum = {
RECEIVED: "RECEIVED" as FileStatusEnum,
TO_PROCESS: "TO_PROCESS" as FileStatusEnum,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment