interface IFile {
    content: string;
    encoding: string;
    name: string;
    type: string;
}

Properties

content: string
encoding: string
name: string
type: string