enum InformationType{
    AUTH_CORS_ERROR,
    DEGRADED_RESOURCE
}

export = InformationType;