| 60 | * @category models |
| 61 | */ |
| 62 | export interface Field extends Part.Proto { |
| 63 | readonly _tag: "Field" |
| 64 | readonly key: string |
| 65 | readonly contentType: string |
| 66 | readonly value: string |
| 67 | } |
| 68 | |
| 69 | /** |
| 70 | * @since 1.0.0 |
no outgoing calls
no test coverage detected
searching dependent graphs…