Fix vs code and using min version after bump @remixicon/react and @monaco-editor/loader (#27008)
This commit is contained in:
@@ -17,11 +17,11 @@ export type FeedbackType = {
|
||||
|
||||
export type FeedbackFunc = (
|
||||
messageId: string,
|
||||
feedback: FeedbackType
|
||||
feedback: FeedbackType,
|
||||
) => Promise<any>
|
||||
export type SubmitAnnotationFunc = (
|
||||
messageId: string,
|
||||
content: string
|
||||
content: string,
|
||||
) => Promise<any>
|
||||
|
||||
export type DisplayScene = 'web' | 'console'
|
||||
|
||||
Reference in New Issue
Block a user