mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 21:13:50 +00:00
fix: timezone count (#4604)
* fix: timezone count * fix: ts * fix: test llm
This commit is contained in:
@@ -7,8 +7,8 @@ export type CreateTrainingUsageProps = {
|
||||
};
|
||||
|
||||
export type GetUsageProps = {
|
||||
dateStart: Date;
|
||||
dateEnd: Date;
|
||||
dateStart: string;
|
||||
dateEnd: string;
|
||||
sources?: UsageSourceEnum[];
|
||||
teamMemberIds?: string[];
|
||||
projectName?: string;
|
||||
|
Reference in New Issue
Block a user