Currently I have this interfaces:
export interface requestPayload { agentId: string; } export interface Agent { id: string; name: string; requestPayl