REMOVE deprecated APIs from app/angular

This commit is contained in:
Norbert de Langen 2020-03-26 10:51:24 +01:00
parent f3fea326d2
commit 2d66c93253
No known key found for this signature in database
GPG Key ID: 976651DA156C2825

View File

@ -20,10 +20,6 @@ export interface IStorybookStory {
render: () => any;
}
// @deprecated Use IStorybookSection instead
// eslint-disable-next-line @typescript-eslint/no-empty-interface
export interface IStoribookSection extends IStorybookSection {}
export interface IStorybookSection {
kind: string;
stories: IStorybookStory[];