mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-11 12:07:42 +00:00
【bug】Webapp fix error TS2551: Property 'nameEn' does not exist on type 'ColumnType'. Did you mean 'name'? (#2051)
This commit is contained in:
1
webapp/packages/chat-sdk/src/typings.d.ts
vendored
1
webapp/packages/chat-sdk/src/typings.d.ts
vendored
@@ -94,6 +94,7 @@ type TopNConfig = {
|
||||
|
||||
type ColumnType = {
|
||||
name: string;
|
||||
nameEn: string;
|
||||
type: string;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user