UNPKG

falkordb

Version:
4 lines (3 loc) 282 B
import { ConstraintType, EntityType } from "./CONSTRAINT_CREATE"; export declare function transformArguments(key: string, constraintType: ConstraintType, entityType: EntityType, label: string, ...properties: string[]): Array<string>; export declare function transformReply(): 'OK';