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

4 lines
301 B
TypeScript

export declare function normalizeAppPagesJson(pagesJson: Record<string, any>): string;
export declare function normalizeAppNVuePagesJson(pagesJson: Record<string, any>): string;
export declare function normalizeAppConfigService(pagesJson: UniApp.PagesJson, manifestJson: Record<string, any>): string;