DefaultAccount: {
    account: Account | null;
    name: string | null;
}

Type declaration

  • account: Account | null
  • name: string | null