UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

5 lines (4 loc) 163 B
import type { Settings } from '../../../std/index.js'; export interface GRPCServerManagerSettings extends Settings { server_grpc_expose_reflection: boolean; }