export interface IStep { id?: number; title: string; description: string; } //# sourceMappingURL=IStep.d.ts.map