UNPKG

n8n

Version:

n8n Workflow Automation Tool

9 lines (8 loc) 235 B
import { WithTimestampsAndStringId } from './abstract-entity'; import { User } from './user'; export declare class ApiKey extends WithTimestampsAndStringId { user: User; userId: string; label: string; apiKey: string; }