UNPKG

@onereach/orest-input-cli

Version:

The tool for creating, serving, and publishing OREST Inputs

17 lines (14 loc) 314 B
module.exports = { STEP_INPUT: 'STEP_INPUT', TICKET_INPUT: 'TICKET_INPUT', CONTENT_INPUT: 'CONTENT_INPUT', RWC_INPUT: 'RWC_INPUT', }; module.exports.templateTypes = { MONOREPO: 'monorepo', REGULAR: 'regular', }; module.exports.componentTypes = { INPUTS_CONTAINER: 'container', INPUT: 'input', };