Skip to content

IListEntryUpload

Steve edited this page Apr 29, 2020 · 1 revision

interface IListEntryUpload extends IListEntry

export interface IListEntryUpload extends IListEntry {
    mime: string,
    file: File | null
}

Clone this wiki locally