export type JsFileType = {
    content: string;
    filePath: string;
};
