| 7053 | readonly info?: FetchResponseInfo; |
| 7054 | } |
| 7055 | interface Attribute { |
| 7056 | readonly name: string; |
| 7057 | readonly value: string | string[] | boolean | boolean[] | number | number[] | bigint | bigint[]; |
| 7058 | } |
| 7059 | interface Attributes { |
| 7060 | readonly type: "attributes"; |
| 7061 | readonly info: Attribute[]; |
nothing calls this directly
no outgoing calls
no test coverage detected