liveperson-functions-cli
Version:
LivePerson Functions CLI
16 lines (15 loc) • 442 B
TypeScript
export declare const BUCKET_SIZES: {
'5m': number;
'1h': number;
'1d': number;
};
export declare const THIRTY_DAYS: number;
export declare const FIFTEEN_MINUTES: number;
export declare const DEFAULT_FORMAT_DATETIME_WITH_SECONDS = "DD.MM.YYYY - HH:mm:ss z";
export declare const INVOCATION_STATE_LABELS: {
UNKOWN: string;
SUCCEEDED: string;
CODING_FAILURE: string;
PLATFORM_FAILURE: string;
TIMEOUT: string;
};