UNPKG

datadirect

Version:
10 lines (9 loc) 342 B
import * as Endpoint from '../../Endpoint.js'; export { prepareContent } from './common.js'; export * from './BulletinBoardContentGet/Payload.js'; export * from './BulletinBoardContentGet/Response.js'; export const prepare = (payload, base) => Endpoint.prepare({ payload, base, path: '/api/datadirect/BulletinBoardContentGet' });