blob: 3cfeecd34824c7f95bf6dabb767660d1a21d4844 [file] [log] [blame]
export interface File {
originalPath: string;
relativePath: string;
path: string;
sourceMap: string;
}