export default interface IDataPack {
    userAgent: string
    scopes: string[]
}