Tim Woohoo
Tim Woohoo

Reputation: 562

How to import InfoType or other types from google-cloud/dlp for typescript in nodejs

Working with Google cloud DLP and nodejs. After import DLP from "@google-cloud/dlp, how can I import InfoType, Likelihood, IInspectContentRequest and other types from the library as it contains all types.

Upvotes: 1

Views: 134

Answers (1)

Tim Woohoo
Tim Woohoo

Reputation: 562

Solution import {protos} from "@google-cloud/dlp

Upvotes: 2

Related Questions