1.1.0 • Published 3 years ago
@teespring/onboarding-proto v1.1.0
onboarding-service Proto Files
This NPM package contains manually and automatically generated proto files for the current project. The proto files can be found in the ./proto directory, and the automatically generated files are stored in the ./generated directory.
Installation
To install this package, run the following command:
npm install onboarding-serviceUsage
To use this package, you can use the automatically generated client and server files in your project:
const { ExampleServiceClient } = require('onboarding-service/generated/example/v#/example_grpc_pb');
const { ExampleRequest } = require('onboarding-service/generated/example/v#/example_pb');