1 2 3 4 5 6
export interface IInternalFetchRequest { url: string, init?: RequestInit, timeout?: number retry_count?: number }