Skip to content

apollo-code


apollo-code / provider-kit/src / AttachmentRef

Type Alias: AttachmentRef

AttachmentRef = { bytes: Uint8Array; kind: "inline"; } | { absPath: string; kind: "path"; } | { handle: string; kind: "handle"; }