import { CollectionField, LookUpField } from "../../types/interfaces"; import { CreateEvent } from "../../interfaces"; /** * Creates a connection between the two records */ declare function getOnCreateEvent(list: CollectionField, lookup: LookUpField): CreateEvent; export default getOnCreateEvent;