UNPKG

@typescript-eslint/eslint-plugin

Version:
10 lines 394 B
import type { TSESLint } from '@typescript-eslint/utils'; export type Options = [ { allowSingleExtends?: boolean; } ]; export type MessageIds = 'noEmpty' | 'noEmptyWithSuper'; declare const _default: TSESLint.RuleModule<MessageIds, Options, import("../../rules").ESLintPluginDocs, TSESLint.RuleListener>; export default _default; //# sourceMappingURL=no-empty-interface.d.ts.map