Skip to content

Commit

Permalink
Add Add and Or to index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoppippi committed May 1, 2024
1 parent fb6c2aa commit b2e2111
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ export type {ArraySplice} from './source/array-splice';
export type {SetFieldType} from './source/set-field-type';
export type {Paths} from './source/paths';
export type {SharedUnionFieldsDeep} from './source/shared-union-fields-deep';
export type {And} from './source/and';
export type {Or} from './source/or';

// Template literal types
export type {CamelCase} from './source/camel-case';
Expand Down

0 comments on commit b2e2111

Please sign in to comment.