Files
FastGPT/client/src/api/common/bill/index.d.ts

4 lines
58 B
TypeScript

export type CreateTrainingBillType = {
name: string;
};