| 6 | } |
| 7 | |
| 8 | interface StartManifest { |
| 9 | getAssets(id: string): Promise<import("./server/assets/render").Asset[]>; |
| 10 | } |
| 11 | |
| 12 | declare module "solid-start:get-client-manifest" { |
| 13 | export const getClientManifest: () => StartManifest; |
no outgoing calls
no test coverage detected