| 6 | |
| 7 | declare module "code-surfer-types" { |
| 8 | export interface InputStep { |
| 9 | code: string; |
| 10 | focus?: string; |
| 11 | title?: string; |
| 12 | subtitle?: string; |
| 13 | lang?: string; |
| 14 | showNumbers?: boolean; |
| 15 | } |
| 16 | |
| 17 | type LineKey = Flavor<number, "LineKey">; |
| 18 | type LineIndex = Flavor<number, "LineIndex">; |
nothing calls this directly
no outgoing calls
no test coverage detected