import { IHznParam, justRun, runDirectly, promptForUpdate } from '../../src/common/src/interface'

export const hznParam: IHznParam = {
  org: 'myorg',
  configPath: 'configPath',
  name: 'name',
  objectType: 'objectType',
  objectId: 'objectId',
  objectFile: 'objectFile',
  mmsPattern: 'mmsPattern',
  action: 'action'
}