This commit is contained in:
2024-09-29 13:56:38 +02:00
commit 31a6ef96d8
85 changed files with 13360 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
// node native
// project native
import * as idpInterfaces from '../dist_ts_interfaces/index.js';
import * as leleReceptionclient from '../dist_ts_idpclient/index.js';
export { idpInterfaces, leleReceptionclient as idpClient };
// @api.global scope
import * as typedrequest from '@api.global/typedrequest';
export { typedrequest };
// @design.estate scope
import * as deesCatalog from '@design.estate/dees-catalog';
export { deesCatalog };