UNPKG

ngy-tutorial

Version:
7 lines (6 loc) 149 B
import { IStepOption } from './i-options'; export interface ITutorialStep { options: IStepOption; prompt: string; title: string; }