@dokieli/web-access-control - v1.0.0
    Preparing search index...

    Interface LinkEntry

    interface LinkEntry {
        params: Record<string, string>;
        target: string;
    }
    Index
    params: Record<string, string>
    target: string