Type Alias: GetPendingOutput
type GetPendingOutput =
| GetPendingSuccess
| GetPendingError;Defined in: apps/submitter/lib/handlers/getPending/types.ts:29
Output of a execute call (boop/execute route): success or error.
type GetPendingOutput =
| GetPendingSuccess
| GetPendingError;Defined in: apps/submitter/lib/handlers/getPending/types.ts:29
Output of a execute call (boop/execute route): success or error.
