(message: string, properties?: Record<string, any>)
| 62 | info(message: string, properties?: Record<string, any>): Promise<void>; |
| 63 | warn(message: string, properties?: Record<string, any>): Promise<void>; |
| 64 | error(message: string, properties?: Record<string, any>): Promise<void>; |
| 65 | } |
| 66 | |
| 67 | export type PreprocessResults = { |
no outgoing calls
no test coverage detected