chore: images create
This commit is contained in:
Vendored
+2
@@ -24,11 +24,13 @@ declare namespace Global {
|
||||
|
||||
interface BaseListItem<T> {
|
||||
key: string;
|
||||
locale?: boolean;
|
||||
value: T;
|
||||
}
|
||||
|
||||
interface BaseOption<T> {
|
||||
label: string;
|
||||
locale?: boolean;
|
||||
value: T;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user