import { ArcaServiceName } from "../../types/service-name.types"; export interface IGenericRepositoryPort { call(serviceName: ArcaServiceName, methodName: string, params: Record, options?: { wsdlContent?: string; }): Promise; }