Skip to main content
API Reference / modelence / client / downloadFile
downloadFile(filePath): Promise<{ downloadUrl: string; }>
Defined in: packages/modelence/src/files/client.ts:50

Parameters

ParameterType
filePathstring

Returns

Promise<{ downloadUrl: string; }>