mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 13:03:50 +00:00
5 lines
74 B
TypeScript
5 lines
74 B
TypeScript
export type SubDatasetSizeParams = {
|
|
size: number;
|
|
renew: boolean;
|
|
};
|