TenantAtlas/apps/platform/.pnpm-store/v10/files/5e/2dfa57a71a52f0a48bf11ab328e8cce848b554465b6c9d5bed7ade7218b6a64549ba1f3013e6a8eb0018cd8c8a2974aab46737a3b69dbbceec9ff840cf7746
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02:00

2 lines
142 B
Plaintext

export declare function resolvePageComponent<T>(path: string | string[], pages: Record<string, Promise<T> | (() => Promise<T>)>): Promise<T>;