ReferenceErrors & Failures
ActionResult
Reference for `ActionResult`, exported as part of the public Shardwire surface.
type exported from src/discord/types.ts.
Summary
Reference for ActionResult, exported as part of the public Shardwire surface.
Signature
export type ActionResult<T> = ActionSuccess<T> | ActionFailure;