Documentation
    Preparing search index...

    Type Alias NaviServiceEndpoint

    type NaviServiceEndpoint = {
        baseUrl: string;
        headers?: Record<string, string>;
    }
    Index

    Properties

    Properties

    baseUrl: string
    headers?: Record<string, string>