mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
5 lines
106 B
TypeScript
5 lines
106 B
TypeScript
export interface AssetsApi {
|
|
upload(file: Blob, title: string): Promise<{ id: string }>
|
|
url: string
|
|
}
|