SHARDWIRE
ReferenceContracts & Diagnostics

PreflightReport

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

interface exported from src/discord/types.ts.

Summary

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

Signature

export interface PreflightReport {
	ok: boolean;
	connected: boolean;
	capabilities: BridgeCapabilities | null;
	issues: PreflightIssue[];
}

Structure

On this page