zibri
    Preparing search index...

    Defines a route identified by a key with their respective versions.

    type RouteWithVersionData = {
        key: string;
        versions: SupportedVersionsOptions;
    }
    Index

    Properties

    Properties

    key: string

    The key that identifies the route.

    The supported versions of the route.