UNPKG
@dbs-portal/core-api
Version:
latest (1.0.0)
1.0.0
HTTP client and API utilities for DBS Portal
github.com/your-org/dbs-portal
your-org/dbs-portal
@dbs-portal/core-api
/
dist
/
mocks
/
factories
/
index.d.ts
9 lines
•
264 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** * Mock data factories for generating type-safe test data */
export
*
from
'./base-factory'
;
export
*
from
'./user-factory'
;
export
*
from
'./file-factory'
;
export
*
from
'./abp-factory'
;
export
*
from
'./factory-registry'
;
//# sourceMappingURL=index.d.ts.map