UNPKG
@copytrade/shared-types
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Shared TypeScript types for CopyTrade application
@copytrade/shared-types
/
dist
/
database-interfaces.js
12 lines
(10 loc)
•
226 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
"use strict"
;
/** * Standardized Database Interfaces * * These interfaces are used across: * - MongoDB adapter * - Backend services * - API responses */
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});