Repository URL to install this package:
export interface OnGatewayInit<T = any> { afterInit(server: T): any; }