This commit is contained in:
2023-02-09 23:28:26 +01:00
parent bd15f631f9
commit 4b9f533691
6 changed files with 53 additions and 32 deletions

View File

@@ -5,3 +5,10 @@ export interface Window {
format: string
interval: number
}
export const typeApi = {
temperatuur: 'temperature',
luchtvochtigheid: 'humidity'
}
export type navType = keyof typeof typeApi