curved-fountain-46946
05/11/2023, 3:48 PMcurved-fountain-46946
05/11/2023, 4:24 PM.../node_modules/@ory/keto-grpc-client$ tsc
ory/keto/relation_tuples/v1alpha2/index.d.ts:11:3 - error TS2666: Exports and export assignments are not permitted in module augmentations.
11 export {
~~~~~~
Found 1 error in ory/keto/relation_tuples/v1alpha2/index.d.ts:11
curved-fountain-46946
05/11/2023, 4:32 PMimport ory from "@ory/keto-grpc-client"
but rather
import * as relationTuples from '@ory/keto-grpc-client/ory/keto/relation_tuples/v1alpha2/relation_tuples_pb';
import * as checkService from '@ory/keto-grpc-client/ory/keto/relation_tuples/v1alpha2/check_service_grpc_pb';
import * as check from '@ory/keto-grpc-client/ory/keto/relation_tuples/v1alpha2/check_service_pb';
I think it's a bit of a hassle, but a mans gotta compile, you know?