## BinarySource type

Source for a FHIR Binary.

**Signature:**

```typescript
export type BinarySource = string | File | Blob | Uint8Array;
```

- [BinarySource type](/content/docs/sdk/core.binarysource#binarysource-type/index.html)
