UNPKG

54 BPlain TextView Raw
1/**
2 *
3 */
4export interface IFile {
5 path: string;
6}