Skip to content

Commit dca8af9

Browse files
authored
Fix type of CategoryId (#5696)
1 parent 696bdb5 commit dca8af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/_types/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export type Uri = string
4949
export type ScrollId = string
5050
export type ScrollIds = ScrollId | ScrollId[]
5151

52-
export type CategoryId = string
52+
export type CategoryId = long
5353
export type ActionIds = string // TODO: check if this should be an array of ActionId
5454

5555
export type Id = string

0 commit comments

Comments
 (0)