diff --git a/app/angular/src/client/preview/types.ts b/app/angular/src/client/preview/types.ts index 2b0349a4a79..47ab69bdad1 100644 --- a/app/angular/src/client/preview/types.ts +++ b/app/angular/src/client/preview/types.ts @@ -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[];