UNPKG

@imbricate/core

Version:

Imbricate Core, Notebook for Engineers

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