/**
 * @author WMXPY
 * @namespace Property
 * @description Definition
 */
/**
 * Imbricate property key, which should match schema properties unique identifier
 */
export type ImbricatePropertyKey = string;
