UNPKG

@playtini/beta7

Version:

Microframework for Microservices

9 lines (8 loc) 181 B
export default interface IGelf { environment: string; environment_name: string; service_name: string; service_version: string; host: string; port: number; }