n8n-nodes-base
Version:
Base nodes of n8n
10 lines (7 loc) • 300 B
text/typescript
/**
* Perplexity - Agent Resource
* Re-exports all operation types for this resource.
*/
import type { PerplexityV2AgentCreateResponseNode } from './operation_create_response';
export * from './operation_create_response';
export type PerplexityV2AgentNode = PerplexityV2AgentCreateResponseNode;