| 57 | |
| 58 | declare namespace App { |
| 59 | interface Error { |
| 60 | message: string; |
| 61 | status?: number; |
| 62 | stack?: string; |
| 63 | } |
| 64 | // interface Locals {} |
| 65 | // interface PageData {} |
| 66 | // interface Platform {} |
nothing calls this directly
no outgoing calls
no test coverage detected