UNPKG

@grouparoo/core

Version:
4 lines (3 loc) 311 B
import { PropertyConfigurationObject, IdsByClass } from "../../classes/codeConfig"; export declare function loadProperty(configObject: PropertyConfigurationObject, externallyValidate: boolean, validate?: boolean): Promise<IdsByClass>; export declare function deleteProperties(ids: string[]): Promise<string[]>;