| 18 | } |
| 19 | |
| 20 | export interface ChapterRegionData { |
| 21 | id?: string; |
| 22 | name: string; |
| 23 | region: string; |
| 24 | displayValue: string; |
| 25 | slug: string; |
| 26 | code: string; |
| 27 | country: string[]; |
| 28 | icons?: string | null; |
| 29 | banner?: string | null; |
| 30 | link?: string | null; |
| 31 | hello?: string | null; |
| 32 | nationality?: string | null; |
| 33 | } |
nothing calls this directly
no outgoing calls
no test coverage detected