mirror of
https://github.com/rgrgogu/new_starr.git
synced 2026-09-27 00:12:54 +08:00
7 lines
138 B
JavaScript
7 lines
138 B
JavaScript
'use strict';
|
|
|
|
const excludeAttributes = ['description'];
|
|
const jsonbSchemas = {};
|
|
|
|
module.exports = { excludeAttributes, jsonbSchemas };
|