md/src/types/index.ts

6 lines
82 B
TypeScript
Raw Normal View History

2024-08-24 23:38:39 +08:00
export interface IConfigOption {
label: string
value: string
desc: string
}