Open liuxiucai opened 2 years ago
具体错误如下:
client/client.ts:111:23 - error TS2345: Argument of type 'unknown' is not assignable to parameter of type 'string | undefined'. Type 'unknown' is not assignable to type 'string'.
111 throw new Error(error);
具体错误如下:
client/client.ts:111:23 - error TS2345: Argument of type 'unknown' is not assignable to parameter of type 'string | undefined'. Type 'unknown' is not assignable to type 'string'.
111 throw new Error(error);