Files
mayfly-go/mayfly_go_web/src/components/progress-notify/progress-notify.ts
meilin.huang d300f604f1 review
2023-10-12 12:14:56 +08:00

13 lines
252 B
TypeScript

export const buildProgressProps = (): any => {
return {
progress: {
sqlFileName: {
type: String,
},
executedStatements: {
type: Number,
},
},
};
};