core.binarysource
Home > @medplum/core > BinarySource
BinarySource type
Source for a FHIR Binary.
Signature:
export type BinarySource = string | File | Blob | Uint8Array;
Home > @medplum/core > BinarySource
Source for a FHIR Binary.
Signature:
export type BinarySource = string | File | Blob | Uint8Array;