6 lines
215 B
TypeScript
6 lines
215 B
TypeScript
|
export * from './http.interfaces';
|
||
|
export * from './socketfunctionrequests';
|
||
|
export * from './universechannel.interfaces';
|
||
|
export * from './universemessage.interfaces';
|
||
|
export * from './universeactions.interfaces';
|