Interface FetchParams

interface FetchParams {
    init: RequestInit;
    url: string;
}

Properties

Properties

init: RequestInit
url: string