Type Alias: GetPendingStatus
type GetPendingStatus = typeof GetPending[keyof typeof GetPending];
Defined in: apps/submitter/lib/handlers/getPending/types.ts:26
Possible output status of a execute
call (boop/execute
route).
type GetPendingStatus = typeof GetPending[keyof typeof GetPending];
Defined in: apps/submitter/lib/handlers/getPending/types.ts:26
Possible output status of a execute
call (boop/execute
route).