@mateothegreat/svelte5-router - 2.15.3
    Preparing search index...

    Type Alias QueryType<T>

    QueryType: Record<string, string | number | RegExp | Function | Promise<T>>

    The types of values that can be used as a query.

    Type Parameters

    • T = unknown