UNPKG

@kintone/kintone-js-sdk

Version:

The SDK of kintone REST API client on node and browser

10 lines (9 loc) 181 B
import GetFileRequest from "./GetFileRequest"; /** * kintone api - nodejs client * File models */ export default { // TODO: Write unit test GetFileRequest: GetFileRequest };