export interface ModuleTerminateRequest { serviceid: number; } export interface ModuleTerminateResponse { result: string; }