export interface ModuleCustomRequest { serviceid: number; func_name: string; } export interface ModuleCustomResponse { result: string; }