salix/print/templates/email/invoice-electronic/invoice-electronic.js

22 lines
405 B
JavaScript
Raw Normal View History

module.exports = {
name: 'invoice-electronic',
props: {
name: {
type: [String],
required: true
},
email: {
type: [String],
required: true
},
ticketId: {
2024-01-30 14:54:03 +00:00
type: [String],
required: true
},
url: {
type: [String],
required: true
}
},
};