Exam generation rework, batch user tables, fastapi endpoint switch
This commit is contained in:
8
src/interfaces/option.ts
Normal file
8
src/interfaces/option.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { IconType } from "react-icons";
|
||||
|
||||
export default interface Option {
|
||||
[key: string]: any;
|
||||
value: string | null;
|
||||
label: string;
|
||||
icon?: IconType
|
||||
}
|
||||
Reference in New Issue
Block a user