SHARDWIRE
ReferenceErrors & Failures

ActionSuccess

Reference for `ActionSuccess`, exported as part of the public Shardwire surface.

interface exported from src/discord/types.ts.

Summary

Reference for ActionSuccess, exported as part of the public Shardwire surface.

Signature

export interface ActionSuccess<T> {
	ok: true;
	requestId: string;
	ts: number;
	data: T;
}

Structure

On this page