fix(api/demo): fix typo (#2808)
This commit is contained in:
parent
f810a0892d
commit
31d44ad372
|
|
@ -1,8 +1,8 @@
|
|||
import { BasicFetchResult } from '/@/api/model/baseModel';
|
||||
|
||||
export interface DemoOptionsItem {
|
||||
label: string;
|
||||
value: string;
|
||||
name: string;
|
||||
id: string;
|
||||
}
|
||||
|
||||
export interface selectParams {
|
||||
|
|
|
|||
Loading…
Reference in New Issue