Interface PartnerAppsResponse

Response interface for partner apps

interface PartnerAppsResponse {
    apps: any[];
    [key: string]: any;
}

Indexable

  • [key: string]: any

    Additional response data

Properties

Properties

apps: any[]

Array of partner apps