interface IFileConfig {
    code: string;
    filename: string;
    type?: FileType;
}

Properties

Properties

code: string

原始代码

filename: string

文件名

type?: FileType

文件类型