MCPcopy Index your code
hub / github.com/Effect-TS/effect / Field

Interface Field

packages/platform/src/Multipart.ts:62–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 * @category models
61 */
62export 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

Callers 6

GeneratedFunction · 0.50
GeneratedByAppFunction · 0.50
SensitiveFunction · 0.50
Model.tsFile · 0.50
JsonFromStringFunction · 0.50
UuidV4InsertFunction · 0.50

Implementers 1

FieldImplpackages/platform/src/Multipart.ts

Calls

no outgoing calls

Tested by

no test coverage detected