Skip to content

Commit c5c278b

Browse files
committed
Add __id back to interface
1 parent a298eb5 commit c5c278b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/objectid.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const __idCache = new WeakMap(); // TODO convert this to #__id private field whe
1313
/** @public */
1414
export interface ObjectIdLike {
1515
id: string | Uint8Array;
16+
__id?: string;
1617
toHexString(): string;
1718
}
1819

0 commit comments

Comments
 (0)