Skip to content

Commit

Permalink
Remove alias for RemoveIndexSignature
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jul 16, 2023
1 parent ca94c3b commit 03703f0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 03703f0

Please sign in to comment.