import { ProjectModule } from '../types/projectModuleService.type'; export type PutModule = Omit; export type ExistingModule = Pick; export interface GetModuleOptionsParams { module?: boolean; status?: boolean; }