export interface RemoteEndpointInfo { method: string; urlPath: string; fieldTraversalPath: unknown[]; }