interface ArchiveFile {
    content: string;
    name: string;
    type: string;
}

Properties

Properties

content: string
name: string
type: string