hipthrusts - v1.2.0
    Preparing search index...

    Interface NextRouteContext

    interface NextRouteContext {
        params: Promise<Record<string, string | string[]>>;
    }
    Index
    params: Promise<Record<string, string | string[]>>