mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-16 17:22:29 -05:00
Minor fix: callback data can be anything, shouldn't restrict to string (#1404)
This commit is contained in:
@@ -139,6 +139,6 @@ export interface CardProperties {
|
||||
export interface ActionDescriptor {
|
||||
label: string;
|
||||
actionTitle?: string;
|
||||
callbackData?: string;
|
||||
callbackData?: any;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user