提取公共的Option类型。
This commit is contained in:
4
src/models.ts
Normal file
4
src/models.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export type Option = {
|
||||
label: string;
|
||||
value: string | number | null;
|
||||
};
|
Reference in New Issue
Block a user