Interface DocsDocUploadResponse

interface DocsDocUploadResponse {
    file: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

file: string

Uploaded file data

Generated using TypeDoc