-
Notifications
You must be signed in to change notification settings - Fork 0
IListEntryUpload
Steve edited this page Apr 29, 2020
·
1 revision
interface IListEntryUpload extends IListEntry
export interface IListEntryUpload extends IListEntry {
mime: string,
file: File | null
}Documentation
-
Interfaces