UNPKG

@lomray/microservice-gateway

Version:
10 lines (9 loc) 184 B
import { CorsOptions } from 'cors'; /** * Microservice remote config */ interface IRemoteConfig { corsOptions?: CorsOptions; webhookUrl?: string; } export { IRemoteConfig };