export interface ModuleChangePwRequest { serviceid: number; servicepassword?: string; } export interface ModuleChangePwResponse { result: string; }