@tikoci/centrs
    Preparing search index...

    Interface NormalizedApiEndpoint

    interface NormalizedApiEndpoint {
        id?: string;
        listen: boolean;
        path: string;
    }
    Index

    Properties

    Properties

    id?: string

    Trailing *id segment, when the endpoint addressed one row.

    listen: boolean

    True when the endpoint's terminal segment was listen (infers --listen).

    path: string

    Canonical slash path with the leading /rest and any trailing id/listen removed.