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