15 lines
366 B
TypeScript
15 lines
366 B
TypeScript
/**
|
|
* Generated by orval v8.3.0 🍺
|
|
* Do not edit manually.
|
|
* Mission Control API
|
|
* OpenAPI spec version: 0.1.0
|
|
*/
|
|
|
|
export type GatewayLeadBroadcastRequestKind =
|
|
(typeof GatewayLeadBroadcastRequestKind)[keyof typeof GatewayLeadBroadcastRequestKind];
|
|
|
|
export const GatewayLeadBroadcastRequestKind = {
|
|
question: "question",
|
|
handoff: "handoff",
|
|
} as const;
|