export interface widgetManager {
    MD5: string;
    LIMIT_IMPRESSION_PER_VIEW: number;
    INTERSTITIAL_BANNER_WIDTH: number;
    INTERSTITIAL_BANNER_HEIGHT: number;
    typePushStyle: string;
    typeInterstitialBanner: string;
    typeEmbeddedBanner: string;
    SSP_ID: string;
    INTERSTITIAL_BANNER_SSP_ID: string;
    EMBEDDED_BANNER_SSP_ID: string;
}
