Interface KernelUploadEvent

interface KernelUploadEvent {
    file: string;
    path: string;
}

Properties

Properties

file: string
path: string