| 21 | |
| 22 | export type QueryPin = GenericQueryPin | FromQueryPin | TimeRangeQueryPin |
| 23 | export interface QueryPinInterface { |
| 24 | empty(): boolean |
| 25 | toZed(): string |
| 26 | } |
| 27 | |
| 28 | export type Marker = { |
| 29 | message: string |
no outgoing calls
no test coverage detected