@reactivehub/cli
Version:
19 lines (17 loc) • 319 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
const baseTemplate = {
number: 'String',
exp_month: 'String',
exp_year: 'String',
cvc: 'String'
};
exports.default = {
withSource: {
source: 'String'
},
withoutSource: baseTemplate
};
//# sourceMappingURL=template.js.map