5 lines
173 B
TypeScript
5 lines
173 B
TypeScript
export * from './http.interfaces';
|
|
export * from './universechannel.interfaces';
|
|
export * from './universemessage.interfaces';
|
|
export * from './universeactions.interfaces';
|