4 lines
147 B
TypeScript
4 lines
147 B
TypeScript
export * from './on-gateway-connection.interface';
|
|
export * from './on-gateway-disconnect.interface';
|
|
export * from './on-gateway-init.interface';
|