Interface BatchFetchOptions

interface BatchFetchOptions {
    headers?: Record<string, string>;
    timeoutMs?: number;
}

Properties

Properties

headers?: Record<string, string>
timeoutMs?: number