/**
 * 專案名稱： @wistroni40/bnft
 * 部門代號： ML8100
 * 檔案說明： 假資料
 * @CREATE Fri Jan 22 2021 下午2:32:15
 * @author Steve Y Lin
 * @contact Steve_Y_Lin@wistron.com #1342
 * -----------------------------------------------------------------------------
 * @NOTE
 */

import { BenefitConfigModel } from '../../../../src/bnft';

/**
 * 假資料
 */
export const BNFT_CONF: BenefitConfigModel = {
  systemId: 'test',
  typeId: 'cost_idl',
  benefitType: 'direct',
  publishApi: '',
  benefitApi: '',
};
