Home > mp > GetSceneParamsParser
Signature:
export declare type GetSceneParamsParser<T> = 'searchParams' | 'json' | ((data: string) => T);