Searched refs:ParseConfig (Results 1 – 3 of 3) sorted by relevance
8 type ParseConfig = Record<string, (value: string) => any>; alias50 parse?: ParseConfig | undefined;
1 …ParseConfig = Record<string, (value: string) => any>;\n\ntype RouteConfig = {\n isInitial?: boole…
18 type ParseConfig = Record<string, (value: string) => any>; alias27 parse?: ParseConfig;590 parse?: ParseConfig,617 ): ParseConfig | undefined => {