UNPKG

351 BTypeScriptView Raw
1import type { Dialog } from '@slack/types';
2import type { TokenOverridable } from './common';
3export interface DialogOpenArguments extends TokenOverridable {
4 /** @description Exchange a trigger to post to the user. */
5 trigger_id: string;
6 /** @description The dialog definition. */
7 dialog: Dialog;
8}
9//# sourceMappingURL=dialog.d.ts.map
\No newline at end of file