UNPKG

97 BTypeScriptView Raw
1/**
2 * @publicApi
3 */
4export interface OnGatewayInit<T = any> {
5 afterInit(server: T): any;
6}