Type alias AccountLinkResponse

AccountLinkResponse: {
    account: Buffer;
    account_type: string;
    secondary: Buffer;
    secondary_type: string;
    type: string;
}

Type declaration

  • account: Buffer
  • account_type: string
  • secondary: Buffer
  • secondary_type: string
  • type: string