@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
10 lines (9 loc) • 329 B
JavaScript
/*
* Copyright (c) 2022-2024. See LICENSE file for more information
*/
export var RecordTypes;
(function (RecordTypes) {
RecordTypes[RecordTypes["UNKNOWN"] = 0] = "UNKNOWN";
RecordTypes[RecordTypes["LAYOUT"] = 1] = "LAYOUT";
RecordTypes[RecordTypes["PORTAL"] = 2] = "PORTAL";
})(RecordTypes || (RecordTypes = {}));