Interface GoogleAnalyticsData

interface GoogleAnalyticsData {
    s?: string[];
}

Properties

Properties

s?: string[]