Skip to content

Commit

Permalink
Comment (#79-3)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Aug 8, 2024
1 parent 2cc4a8b commit 321e52d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/types/global.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// TODO: https://github.com/deephaven/deephaven-core/issues/5911 to address the
// underlying issue of jsapi-types being unaware of `dhinternal`. Once that is
// addressed, this can be removed and `global.d.ts` can be removed from tsconfig
// (assuming we have not introduced any new global types here).
declare module dhinternal.io.deephaven.proto.ticket_pb {
export type TypedTicket = unknown;
}

0 comments on commit 321e52d

Please sign in to comment.