interface TestFile {
    code: string;
    name: string;
    path?: string;
}

Properties

Properties

code: string
name: string
path?: string