UNPKG

urbi-exhibitions

Version:
4 lines (3 loc) 204 B
import { GetRouteParams } from '../api/index'; export type RouteKey = Record<string, number | string | boolean | undefined | null>; export declare const getRouteKey: (params: GetRouteParams) => RouteKey;