Documentation
    Preparing search index...

    Type Alias NaviSuiGrpcEndpoint

    type NaviSuiGrpcEndpoint = {
        fetch?: typeof fetch;
        fetchInit?: Omit<RequestInit, "body" | "headers" | "method" | "signal">;
        headers?: Record<string, string>;
        url: string;
    }
    Index

    Properties

    fetch?: typeof fetch
    fetchInit?: Omit<RequestInit, "body" | "headers" | "method" | "signal">
    headers?: Record<string, string>
    url: string