export interface INetworkAuthResponse { access_token: string; expires_in: number; map_id: string; token_type: string; }