feat(core): Refactored plugin and request handling to use idpInterfaces

This commit is contained in:
2024-10-07 10:26:21 +02:00
parent 1bfdc67a0e
commit 03a8536297
25 changed files with 267 additions and 126 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
// losslessone_private scope
import * as lointReception from '../dist_ts_interfaces/index.js';
import * as idpInterfaces from '../dist_ts_interfaces/index.js';
export { lointReception };
export { idpInterfaces };
// apiglobal scope
import * as typedrequest from '@api.global/typedrequest';