UNPKG

declarapi

Version:
4 lines (3 loc) 156 B
import { CrudContract, Output } from './types.js'; export declare const transform: (data: CrudContract | any) => Promise<Output>; export default transform;