Skip to content

Commit 33d34e5

Browse files
committed
feat(core): add force parameter to handle resolution interface
1 parent f771ef6 commit 33d34e5

File tree

1 file changed

+1
-0
lines changed
  • packages/core/src/Provider/HandleProvider

1 file changed

+1
-0
lines changed

packages/core/src/Provider/HandleProvider/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export interface HandleResolution {
3030

3131
export interface ResolveHandlesArgs {
3232
handles: Handle[];
33+
force?: boolean;
3334
}
3435

3536
/**

0 commit comments

Comments
 (0)