mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
chore(sqllab): migrate to typescript (#26171)
This commit is contained in:
@@ -160,6 +160,7 @@ export interface BootstrapData {
|
||||
embedded?: {
|
||||
dashboard_id: string;
|
||||
};
|
||||
requested_query?: JsonObject;
|
||||
}
|
||||
|
||||
export function isUser(user: any): user is User {
|
||||
|
||||
Reference in New Issue
Block a user