export interface Credentials {
  account: string;
  password: string;
}

export interface Profile {
  subdomain: string;
}
