@imbricate/core
Version:
Imbricate Core, Notebook for Engineers
13 lines (12 loc) • 346 B
TypeScript
/**
* @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;