Interface AccountInsightsOptions

interface AccountInsightsOptions {
    accessToken?: string;
    activityTab?: boolean;
    audienceTab?: boolean;
    contentTab?: boolean;
    gridMediaSize?: number;
    userId?: string;
}

Properties

accessToken?: string
activityTab?: boolean
audienceTab?: boolean
contentTab?: boolean
gridMediaSize?: number
userId?: string