Type alias: Binaries<T>
Binaries<
T
>:Readonly
<BinariesItem
<T
>[]> &Object
Define a collection of Binary with a Readonly and the upload method
Type declaration
upload
upload: (
file
) =>Promise
<void
>
Parameters
• file: BinaryFile
Returns
Promise
<void
>
Type parameters
• T = any