Interface LinkedInstagramAccountData

Interface to represent data about a linked Instagram account.

Author

Andres Gutierrez andres99@gmail.com

Since

2.0.0

Hierarchy

  • LinkedInstagramAccountData

Properties

id: string

The instagram account id.

instagram_business_account: {
    id: string;
}

The associated instagram business account.

Type declaration

  • id: string

    The business account id.

Generated using TypeDoc