10 lines
319 B
JavaScript
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
|