UNPKG

@imbricate/core

Version:

Imbricate Core, Notebook for Engineers

14 lines (13 loc) 363 B
/** * @author WMXPY * @namespace Property * @description Definition */ /** * Imbricate property key, which should match schema properties unique identifier */ export type ImbricatePropertyKey = string; /** * Imbricate property variant, which should match schema property variants unique identifier */ export type ImbricatePropertyVariant = string | null;