UNPKG

92 BTypeScriptView Raw
1export interface FileResult {
2 path: string;
3 content: string;
4 isDev?: boolean;
5}