8000 Update exports to include universal snapshot types (#171) · polygon-io/client-js@c50f9c4 · GitHub
[go: up one dir, main page]

Skip to content

Commit c50f9c4

Browse files
authored
Update exports to include universal snapshot types (#171)
1 parent 11d2340 commit c50f9c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rest/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export * from "./reference/index.js";
1111
export * from "./options/index.js";
1212
export * from "./stocks/index.js";
1313
export * from "./indices/index.js";
14+
export * from "./universal/universalSnapshot.js";
1415
export * from "./transport/request.js"; // ensure types are exported
1516

1617
export interface IRestClient {

0 commit comments

Comments
 (0)
0