diff --git a/index.d.ts b/index.d.ts index 3c7621b3b..0128a01e3 100644 --- a/index.d.ts +++ b/index.d.ts @@ -16,13 +16,7 @@ export type {MergeExclusive} from './source/merge-exclusive'; export type {RequireAtLeastOne} from './source/require-at-least-one'; export type {RequireExactlyOne} from './source/require-exactly-one'; export type {RequireAllOrNone} from './source/require-all-or-none'; -export type { - OmitIndexSignature, - /** - @deprecated Renamed to {@link OmitIndexSignature}. - */ - OmitIndexSignature as RemoveIndexSignature, -} from './source/omit-index-signature'; +export type {OmitIndexSignature} from './source/omit-index-signature'; export type {PickIndexSignature} from './source/pick-index-signature'; export type {PartialDeep, PartialDeepOptions} from './source/partial-deep'; export type {RequiredDeep} from './source/required-deep';