botlib/src/GBDialogStep.ts

6 lines
120 B
TypeScript
Raw Normal View History

import { WaterfallStepContext } from "botbuilder-dialogs";
export class GBDialogStep extends WaterfallStepContext {
}