Skip to content

Commit

Permalink
Add TODO comment about pathList property to partialCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-hiller committed Sep 1, 2024
1 parent dfe5b2c commit 27aee2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library/src/actions/partialCheck/partialCheck.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ import { _isPartiallyTyped } from './utils/index.ts';

/**
* Partial check action type.
*
* TODO: Should we add a `pathList` property?
*/
export interface PartialCheckAction<
TInput extends PartialInput,
Expand Down
2 changes: 2 additions & 0 deletions library/src/actions/partialCheck/partialCheckAsync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import { _isPartiallyTyped } from './utils/index.ts';

/**
* Partial check action async type.
*
* TODO: Should we add a `pathList` property?
*/
export interface PartialCheckActionAsync<
TInput extends PartialInput,
Expand Down

0 comments on commit 27aee2e

Please sign in to comment.