yajsapi / Exports / storage / Destination
storage.Destination
Destination
new Destination(): Destination
Returns: Destination
▸ download_file(destination_file
: string): Promise<void>
Parameters:
Name | Type |
| string |
Returns: Promise<void>
Defined in: yajsapi/storage/index.ts:45
▸ download_stream(): Promise<Content>
Returns: Promise<Content>
Defined in: yajsapi/storage/index.ts:41
▸ upload_url(): string
Returns: string
Defined in: yajsapi/storage/index.ts:37