UNPKG

@xomlo/xomlo-sdk

Version:

10 lines (9 loc) 275 B
export declare const production: boolean; export declare const outputPath = "./output"; export declare const logPath = "./logs/output.log"; export declare enum StatusValue { PENDING = "PENDING", RUNNING = "RUNNING", FINISHED = "FINISHED", FAILED = "FAILED" }