Interface AssetsApi

interface AssetsApi {
    url: string;
    upload(file: Blob, title: string): Promise<{ id: string }>;
}

Properties

Methods

Properties

url: string

Methods

  • Parameters

    • file: Blob
    • title: string

    Returns Promise<{ id: string }>

MMNEPVFCICPMFPCPTTAAATR