export const enum FileStatusKey { PENDING = 'PENDING', COMPLETED = 'COMPLETED', FAILED = 'FAILED', }