refactor
This commit is contained in:
@@ -5,3 +5,10 @@ export interface Window {
|
||||
format: string
|
||||
interval: number
|
||||
}
|
||||
|
||||
export const typeApi = {
|
||||
temperatuur: 'temperature',
|
||||
luchtvochtigheid: 'humidity'
|
||||
}
|
||||
|
||||
export type navType = keyof typeof typeApi
|
||||
|
||||
Reference in New Issue
Block a user