mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-20 06:34:55 +00:00
(improvement)(chat-sdk) add parse error detail (#1476)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import { Dayjs } from 'dayjs';
|
||||
|
||||
export type SearchRecommendItem = {
|
||||
complete: boolean;
|
||||
modelId: number;
|
||||
@@ -257,3 +259,5 @@ export type ParseTimeCostType = {
|
||||
parseTime: number;
|
||||
sqlTime: number;
|
||||
};
|
||||
|
||||
export type RangeValue = [Dayjs, Dayjs];
|
||||
|
||||
Reference in New Issue
Block a user