| 1 | import * as grpc from "@grpc/grpc-js"; |
| 2 | import { generateTestToken } from "./__utils__/helpers.js"; |
| 3 | import { Struct } from "./authzedapi/google/protobuf/struct.js"; |
| 4 | import { PreconnectServices, deadlineInterceptor } from "./util.js"; |
nothing calls this directly
no test coverage detected