UNPKG

@jd-data-limited/easy-fm

Version:

easy-fm is a Node.js module that allows you to interact with a [FileMaker database stored](https://www.claris.com/filemaker/) on a [FileMaker server](https://www.claris.com/filemaker/server/). This module interacts with your server using the [FileMaker

6 lines (5 loc) 172 B
import { type LayoutBase } from '../layouts/layoutBase.js'; export interface LayoutRecordBase { layout: LayoutBase; commit: (extraBody: object) => Promise<this>; }