fix(api/demo): fix typo (#2808)

This commit is contained in:
Peng Peidong 2023-05-30 10:13:53 +08:00 committed by GitHub
parent f810a0892d
commit 31d44ad372
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
import { BasicFetchResult } from '/@/api/model/baseModel';
export interface DemoOptionsItem {
label: string;
value: string;
name: string;
id: string;
}
export interface selectParams {