Type alias TfServiceClientOptions

TfServiceClientOptions: {
    baseUrl: string;
    fetch?: typeof fetch;
    headers?: Record<string, string>;
    tenantId?: string;
}

Type declaration

  • baseUrl: string
  • Optional fetch?: typeof fetch
  • Optional headers?: Record<string, string>
  • Optional tenantId?: string