open-nav
    Preparing search index...

    Interface NavResponse

    interface NavResponse {
        body: string;
        root: string;
        status: number;
        value: unknown;
    }
    Index
    body: string
    root: string
    status: number
    value: unknown