UNPKG

@imbricate/core

Version:

Imbricate Core, Notebook for Engineers

11 lines (10 loc) 234 B
/** * @namespace Author * @description Definition */ export type ImbricateAuthor = { readonly category: string; readonly identifier: string; readonly isAutomation: boolean; readonly onBehalfOf?: ImbricateAuthor; };