import { ArgSpecsFor } from "./InvocableMapping"; export interface UDFMapping { name: string; args: ArgSpecsFor; }