export type NetworkDetails = Response | XMLHttpRequest;

export type NullableNetworkDetails = NetworkDetails | null;
