Dfns TypeScript SDK - v0.7.14
    Preparing search index...

    Type Alias FetchOptions<T>

    type FetchOptions<T> = {
        apiOptions: T;
        body?: string | unknown;
        headers?: Record<string, string>;
        method: HttpMethod;
    }

    Type Parameters

    • T
    Index

    Properties

    apiOptions: T
    body?: string | unknown
    headers?: Record<string, string>
    method: HttpMethod