Partager via


CodeActionHandler type

type CodeActionHandler = (
  dc: DialogContext,
  options?: object
) => Promise<DialogTurnResult>