interface ExtensionDailyStats {
    dailyStats?: ExtensionDailyStat[];
    extensionId?: string;
    extensionName?: string;
    publisherName?: string;
    statCount?: number;
}

Properties

dailyStats?: ExtensionDailyStat[]

List of extension statistics data points

extensionId?: string

Id of the extension, this will never be sent back to the client. For internal use only.

extensionName?: string

Name of the extension

publisherName?: string

Name of the publisher

statCount?: number

Count of stats