Skip to content

Commit

Permalink
Add __id back to interface
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanReece committed Nov 18, 2024
1 parent a298eb5 commit c5c278b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/objectid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const __idCache = new WeakMap(); // TODO convert this to #__id private field whe
/** @public */
export interface ObjectIdLike {
id: string | Uint8Array;
__id?: string;
toHexString(): string;
}

Expand Down

0 comments on commit c5c278b

Please sign in to comment.