Skip to content

Commit 99fac77

Browse files
authored
fix(type): export IPatch type (#74)
1 parent fc2c3f6 commit 99fac77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interface.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export interface ProxyDraft<T = any> {
5050
callbacks?: ((patches?: Patches, inversePatches?: Patches) => void)[];
5151
}
5252

53-
interface IPatch {
53+
export interface IPatch {
5454
op: (typeof Operation)[keyof typeof Operation];
5555
value?: any;
5656
}

0 commit comments

Comments
 (0)