mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-28 09:03:53 +00:00
4 lines
58 B
TypeScript
4 lines
58 B
TypeScript
export type CreateTrainingBillType = {
|
|
name: string;
|
|
};
|