Type Alias: ExecuteStatus
type ExecuteStatus = typeof Execute[keyof typeof Execute];
Defined in: apps/submitter/lib/handlers/execute/types.ts:37
Possible output status of an execute
call (boop/execute
route).
type ExecuteStatus = typeof Execute[keyof typeof Execute];
Defined in: apps/submitter/lib/handlers/execute/types.ts:37
Possible output status of an execute
call (boop/execute
route).