/** * @publicApi */ export interface OnGatewayInit { afterInit(server: T): any; }