UNPKG

56 BTypeScriptView Raw
1/**
2 *
3 */
4export interface IFile {
5 path: string;
6}