diff --git a/types.d.ts b/types.d.ts index 5737cc9acb..4d99b53beb 100644 --- a/types.d.ts +++ b/types.d.ts @@ -36,14 +36,6 @@ declare module 'swagger-ui-dist/swagger-ui-es-bundle.js' { export default value.SwaggerUIBundle; } -declare module 'asciinema-player' { - interface AsciinemaPlayer { - create(src: string | {data: string}, element: HTMLElement, options?: Record): void; - } - const exports: AsciinemaPlayer; - export = exports; -} - declare module '@citation-js/core' { export class Cite { constructor(data: string);