| 652 | // eslint-disable-next-line @typescript-eslint/no-namespace |
| 653 | declare namespace Thing { |
| 654 | export interface SecurityScheme { |
| 655 | '@type'?: string|string[]; |
| 656 | scheme: string |
| 657 | description?: string |
| 658 | descriptions?: {[lang: string]: string} |
| 659 | proxy?: string |
| 660 | } |
| 661 | |
| 662 | export interface ThingDescription { |
| 663 | id: string; |
nothing calls this directly
no outgoing calls
no test coverage detected