[DX-5796][DX-5797] Support remote execution #84
Annotations
4 errors
test:
src/runtime/bundle-store.ts#L10
Conversion of type 'RawClient<FromTsProtoServiceDefinition<{ name: "BundleService"; fullName: string; methods: { [methodName: string]: MethodDefinition & { options: {}; }; }; }>, {}>' to type 'BundleStore' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
test:
src/runtime/remote-app.ts#L57
Conversion of type 'RawClient<FromTsProtoServiceDefinition<{ name: "CustomPost"; fullName: string; methods: { [methodName: string]: MethodDefinition & { options: {}; }; }; }>, {}>' to type 'CustomPostNiceClient' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
test:
src/runtime/remote-app.ts#L58
Conversion of type 'RawClient<FromTsProtoServiceDefinition<{ name: "UIEventHandler"; fullName: string; methods: { [methodName: string]: MethodDefinition & { options: {}; }; }; }>, {}>' to type 'UIEventHandlerNiceClient' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
test
Process completed with exit code 2.
|