UNPKG

@n8n-plus/n8n-plus

Version:

n8n Workflow Automation Tool (plus edition)

11 lines (10 loc) 244 B
import { User } from '@n8n/db'; import { OAuthClient } from './oauth-client.entity'; export declare class UserConsent { id: number; user: User; userId: string; client: OAuthClient; clientId: string; grantedAt: number; }