@elysiumoss/ui-capture - v0.1.1
    Preparing search index...

    Type Alias RouteTask

    type RouteTask = {
        type: "route";
        url: string;
        depth: number;
        normalizedUrl: string;
    }
    Index

    Properties

    type: "route"
    url: string
    depth: number
    normalizedUrl: string