interface APIIntegrationAccount {
    id: string;
    name: string;
}

Properties

Properties

id: string

ID of the account

name: string

Name of the account