export interface Path {
    mdPath?: string;
    resourcePath?: string;
}
