import { ActionInputMap, IntentDraft } from "./intent-descriptor.model"; export type AnyIntentDraft = { [A in keyof ActionInputMap]: IntentDraft; }[keyof ActionInputMap];