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';
|
import { BasicFetchResult } from '/@/api/model/baseModel';
|
||||||
|
|
||||||
export interface DemoOptionsItem {
|
export interface DemoOptionsItem {
|
||||||
label: string;
|
name: string;
|
||||||
value: string;
|
id: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface selectParams {
|
export interface selectParams {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue