UNPKG

n8n

Version:

n8n Workflow Automation Tool

4 lines (3 loc) 81 B
export type Resolve<T> = T extends Function ? T : { [K in keyof T]: T[K]; };