()
| 265 | } |
| 266 | |
| 267 | function headerString(): Record<string, unknown> { |
| 268 | return { |
| 269 | schema: { |
| 270 | type: 'string', |
| 271 | }, |
| 272 | }; |
| 273 | } |
| 274 | |
| 275 | function headerInteger(): Record<string, unknown> { |
| 276 | return { |
no outgoing calls
no test coverage detected