export interface AccountInfo {
    username: string;
    apikey: string;
}
