/** * Generated by orval v8.3.0 🍺 * Do not edit manually. * Mission Control API * OpenAPI spec version: 0.1.0 */ /** * Broadcast intent. `question` asks for responses; `handoff` requests transfer. */ export type GatewayLeadBroadcastRequestKind = (typeof GatewayLeadBroadcastRequestKind)[keyof typeof GatewayLeadBroadcastRequestKind]; export const GatewayLeadBroadcastRequestKind = { question: "question", handoff: "handoff", } as const;