export interface ModuleChangePackageRequest { serviceid: number; } export interface ModuleChangePackageResponse { result: string; }