Add more airlines and fix edit bugs
This commit is contained in:
Vendored
+3
@@ -8,6 +8,9 @@ declare module '@vue/runtime-core' {
|
||||
}
|
||||
}
|
||||
|
||||
export type ProfileView = 'map' | 'board' | 'passes';
|
||||
export type ChartType = "line" | "area" | "bar" | "pie" | "donut" | "radialBar" | "scatter" | "bubble" | "heatmap" | "candlestick" | "boxPlot" | "radar" | "polarArea" | "rangeBar" | "rangeArea" | "treemap" | undefined
|
||||
|
||||
export interface User {
|
||||
id: number
|
||||
name: string
|
||||
|
||||
Reference in New Issue
Block a user