auth-service/src/config/interfaces/grpc.interface.ts

5 lines
62 B
TypeScript

export interface GrpcConfig {
host: string
port: number
}