UNPKG

@kintone/kintone-js-sdk

Version:

The SDK of kintone REST API client on node and browser

11 lines (10 loc) 237 B
import CommentMention from "./CommentMention"; import CommentContent from "./CommentContent"; /** * kintone api - nodejs client * Comment model */ export default { CommentContent: CommentContent, CommentMention: CommentMention };