smartuniverse/ts/interfaces/index.ts

5 lines
173 B
TypeScript
Raw Normal View History

2019-04-11 15:52:01 +00:00
export * from './http.interfaces';
export * from './universechannel.interfaces';
export * from './universemessage.interfaces';
2019-04-24 21:27:57 +00:00
export * from './universeactions.interfaces';