interface IFile {
    contents: string;
    path: string;
}

Properties

Properties

contents: string
path: string