Interface FetchConfig

interface FetchConfig {
    retries: number;
    timeout: number;
}

Properties

Properties

retries: number
timeout: number