Sporades SDK API
    Preparing search index...

    Type Alias EndpointOptions

    HTTP method/path options for a Custom endpoint.

    type EndpointOptions = {
        method: string;
        path: string;
    }
    Index
    method: string
    path: string