| 169 | * @since 4.0.0 |
| 170 | */ |
| 171 | export interface Reference { |
| 172 | readonly _tag: "Reference" |
| 173 | readonly $ref: string |
| 174 | } |
| 175 | |
| 176 | interface Keyword<Tag extends string> { |
| 177 | readonly _tag: Tag |
nothing calls this directly
no outgoing calls
no test coverage detected