We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 696bdb5 commit dca8af9Copy full SHA for dca8af9
specification/_types/common.ts
@@ -49,7 +49,7 @@ export type Uri = string
49
export type ScrollId = string
50
export type ScrollIds = ScrollId | ScrollId[]
51
52
-export type CategoryId = string
+export type CategoryId = long
53
export type ActionIds = string // TODO: check if this should be an array of ActionId
54
55
export type Id = string
0 commit comments