25 lines
624 B
TypeScript
25 lines
624 B
TypeScript
export declare const enum MarshalledId {
|
|
Uri = 1,
|
|
Regexp = 2,
|
|
ScmResource = 3,
|
|
ScmResourceGroup = 4,
|
|
ScmProvider = 5,
|
|
CommentController = 6,
|
|
CommentThread = 7,
|
|
CommentThreadInstance = 8,
|
|
CommentThreadReply = 9,
|
|
CommentNode = 10,
|
|
CommentThreadNode = 11,
|
|
TimelineActionContext = 12,
|
|
NotebookCellActionContext = 13,
|
|
NotebookActionContext = 14,
|
|
TerminalContext = 15,
|
|
TestItemContext = 16,
|
|
Date = 17,
|
|
TestMessageMenuArgs = 18,
|
|
ChatViewContext = 19,
|
|
LanguageModelToolResult = 20,
|
|
LanguageModelTextPart = 21,
|
|
LanguageModelPromptTsxPart = 22
|
|
}
|