UNPKG

@grpc.ts/fastify-server

Version:
3 lines (2 loc) 163 B
import type { IServerWrapperProps } from '@grpc.ts/core'; export type TGetServerFunc<TRequest = unknown> = (serverName?: string) => IServerWrapperProps<TRequest>;