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

10 lines
319 B
JavaScript

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