Files
cloud-cap-samples/bookshop/@cds-models/CatalogService/index.js
Daniel Hutzel 06c583d0cd cosmetics
2023-07-17 14:22:00 +02:00

11 lines
380 B
JavaScript

// This is an automatically generated file. Please do not change its contents manually!
const cds = require('@sap/cds')
const csn = cds.entities('CatalogService')
module.exports.ListOfBook = csn.ListOfBooks
module.exports.ListOfBooks = csn.ListOfBooks
module.exports.Book = csn.Books
module.exports.Books = csn.Books
// actions
module.exports.submitOrder = 'submitOrder'
// enums