interface UploadFileResponse {
    objectId: string;
    url: string;
}

Properties

Properties

objectId: string

The id of the object (inside of uploaded bucket or similar) Typically this is just the path of the file inside the bucket

url: string

The url of the uploaded file

Generated using TypeDoc