| 16 | } |
| 17 | |
| 18 | export class QueryOption { |
| 19 | username: string; |
| 20 | hide_title?: boolean; |
| 21 | custom_title?: string; |
| 22 | from?: string; |
| 23 | to?: string; |
| 24 | grid: boolean; |
| 25 | colors: Colors; |
| 26 | area: boolean; |
| 27 | radius: number; |
| 28 | height: number; |
| 29 | days: number; |
| 30 | } |
| 31 | |
| 32 | export class ParsedQs { |
| 33 | username?: string; |
nothing calls this directly
no outgoing calls
no test coverage detected