smartuniverse/ts/interfaces/index.ts
2019-09-10 00:29:08 +02:00

6 lines
215 B
TypeScript

export * from './http.interfaces';
export * from './socketfunctionrequests';
export * from './universechannel.interfaces';
export * from './universemessage.interfaces';
export * from './universeactions.interfaces';