uni-ticket-system/node_modules/@dcloudio/uni-cli-shared/dist/json/app/manifest/arguments.d.ts
2023-12-05 10:11:10 +08:00

3 lines
198 B
TypeScript

export declare function initArguments(manifestJson: Record<string, any>, pagesJson: UniApp.PagesJson): void;
export declare function parseArguments(pagesJson: UniApp.PagesJson): string | undefined;