vapor-chamber API reference - v1.16.0
    Preparing search index...

    Type Alias RoutesPayload

    Envelope for a delivered route table.

    type RoutesPayload = {
        base?: string;
        version?: string;
        routes: readonly RouteRecord[];
    }
    Index
    base?: string
    version?: string

    Cache-busting tag (deploy version).

    routes: readonly RouteRecord[]