export interface LogInButton {
  type: 'account_link';
  url: string;
}
