UNPKG

@meshwatch/backend-core

Version:

Meshwatch backend core services.

8 lines (7 loc) 217 B
import UserTestData from './user'; import MonitorTestData from './monitor'; declare class TestData { static User: typeof UserTestData; static Monitor: typeof MonitorTestData; } export default TestData;