export type Config = { loginurl: string, username: string, password: string, securitytoken: string, interval?: number, subscribe: { [key: string]: boolean } } export type Context = { name: string, subscription: string }