@reactivehub/cli
Version:
13 lines (11 loc) • 421 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
const baseTemplate = {
plan: 'The identifier of the plan to add to the subscription::String',
subscription: 'The identifier of the subscription to modify::String',
quantity: 'The quantity you’d like to apply to the subscription item you’re creating.::Number'
};
exports.default = baseTemplate;
//# sourceMappingURL=template.js.map