Skip to content

Commit cc0c730

Browse files
feat: add enableVuid to ODP options
1 parent 6b4f556 commit cc0c730

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/shared_types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ export interface DatafileOptions {
9696

9797
export interface OdpOptions {
9898
disabled?: boolean;
99+
enableVuid?: boolean;
99100
segmentsCache?: ICache<string, string[]>;
100101
segmentsCacheSize?: number;
101102
segmentsCacheTimeout?: number;

0 commit comments

Comments
 (0)