export interface ModuleCreateRequest { serviceid: number; } export interface ModuleCreateResponse { result: string; }