Type alias HttpOcctTransportOptions

HttpOcctTransportOptions: {
    baseUrl: string;
    fetch?: FetchLike;
    headers?: Record<string, string>;
    timeoutMs?: number;
}

Type declaration

  • baseUrl: string
  • Optional fetch?: FetchLike
  • Optional headers?: Record<string, string>
  • Optional timeoutMs?: number