chore(sqllab): migrate to typescript (#26171)

This commit is contained in:
JUST.in DO IT
2024-02-06 11:26:50 -08:00
committed by GitHub
parent 5d46d3a5d3
commit 14f88e3f89
16 changed files with 415 additions and 432 deletions

View File

@@ -160,6 +160,7 @@ export interface BootstrapData {
embedded?: {
dashboard_id: string;
};
requested_query?: JsonObject;
}
export function isUser(user: any): user is User {