UNPKG

n8n

Version:

n8n Workflow Automation Tool

9 lines (8 loc) 157 B
export type ResourceOwner = string | { type: 'personal'; personalEmail: string; } | { type: 'team'; teamId: string; teamName: string; };