UNPKG

etquia

Version:

Dummy package for the grpc-node repository

12 lines (10 loc) 248 B
// Original file: deps/gapic-showcase/schema/google/showcase/v1beta1/echo.proto /** * A severity enum used to test enum capabilities in GAPIC surfaces */ export enum Severity { UNNECESSARY = 0, NECESSARY = 1, URGENT = 2, CRITICAL = 3, }