UNPKG

75 BTypeScriptView Raw
1export interface OnGatewayInit<T = any> {
2 afterInit(server: T): any;
3}