boundfetch
    Preparing search index...

    Interface OpenAPIClientDeclaration

    interface OpenAPIClientDeclaration {
        baseUrl: string;
        endpoints: EndpointMap;
        key: string;
    }
    Index

    Properties

    Properties

    baseUrl: string
    endpoints: EndpointMap
    key: string

    Stable id for this spec (e.g. filename stem when loaded from disk).