Type alias updateAuthCredentialsPayload

updateAuthCredentialsPayload: {
    auth_credentials: any;
    linked_account_id: string;
}

Type declaration

  • auth_credentials: any
  • linked_account_id: string

Generated using TypeDoc