Interface UploadResponse

interface UploadResponse {
    content_uri: string;
}

Properties

Properties

content_uri: string