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