18 lines
370 B
TypeScript
18 lines
370 B
TypeScript
/**
|
|
* Generated by orval v8.3.0 🍺
|
|
* Do not edit manually.
|
|
* Mission Control API
|
|
* OpenAPI spec version: 0.1.0
|
|
*/
|
|
|
|
/**
|
|
* Per-board result entry for a lead broadcast operation.
|
|
*/
|
|
export interface GatewayLeadBroadcastBoardResult {
|
|
board_id: string;
|
|
error?: string | null;
|
|
lead_agent_id?: string | null;
|
|
lead_agent_name?: string | null;
|
|
ok?: boolean;
|
|
}
|