@grouparoo/core
Version:
The Grouparoo Core
4 lines (3 loc) • 311 B
TypeScript
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[]>;