ReferenceContracts & Diagnostics
PreflightIssue
Reference for `PreflightIssue`, exported as part of the public Shardwire surface.
interface exported from src/discord/types.ts.
Summary
Reference for PreflightIssue, exported as part of the public Shardwire surface.
Signature
export interface PreflightIssue {
severity: PreflightIssueSeverity;
code: string;
message: string;
remediation?: string;
}