export type getWorkerDate = {
    processCMD: string;
    failCMD: string;
    getCMD: string;
    postCMD: string;
    zipDir: string[];
};
