Files
Agent-n8n/n8n-n8n-1.109.2/packages/@n8n/client-oauth2/src/index.ts
2025-09-08 04:48:28 +08:00

4 lines
208 B
TypeScript
Executable File

export { ClientOAuth2, ClientOAuth2Options, ClientOAuth2RequestObject } from './client-oauth2';
export { ClientOAuth2Token, ClientOAuth2TokenData } from './client-oauth2-token';
export type * from './types';