@aristid/leav-types 1.4.0-cd413182 → 1.4.0-cf0d20a9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -26,6 +26,7 @@ import { type DeleteRecordHelper } from './helpers/deleteRecord';
|
|
|
26
26
|
import { type CreateRecordHelper } from './helpers/createRecord';
|
|
27
27
|
import { type IElementAncestorsHelper } from 'domain/tree/helpers/elementAncestors';
|
|
28
28
|
import { type ILogger } from '@leav/logger';
|
|
29
|
+
export declare const ATTRIBUTE_ACTIVE = "active";
|
|
29
30
|
export interface IRecordDomain {
|
|
30
31
|
/**
|
|
31
32
|
* Create empty record
|