Skip to content

Commit

Permalink
refactor(types)!: remove DocumentDeepPartial
Browse files Browse the repository at this point in the history
- `DocumentPartial` should be used instead

Signed-off-by: Lexus Drumgold <[email protected]>
  • Loading branch information
unicornware committed Aug 16, 2022
1 parent dee309f commit e14d8e0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
26 changes: 0 additions & 26 deletions src/types/document-deep-partial.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export type { default as DeepOmit } from './deep-omit'
export type { default as DeepPartial } from './deep-partial'
export type { default as DeepPick } from './deep-pick'
export type { default as DeepRequired } from './deep-required'
export type { default as DocumentDeepPartial } from './document-deep-partial'
export type { default as DocumentPartial } from './document-partial'
export type { default as DUID } from './duid'
export type { default as EmptyString } from './empty-string'
Expand Down

0 comments on commit e14d8e0

Please sign in to comment.