export type TaskFile = {
    triggerDir: string;
    filePath: string;
    importPath: string;
    importName: string;
};
