This commit is contained in:
STW_TTTY\stwtt 2024-04-05 14:08:20 +07:00
parent 7b23975c58
commit 178feb304c
8 changed files with 515 additions and 5 deletions

View file

@ -1 +1,6 @@
export type {};
interface DataOption {
id: string;
name: string;
}
export type {DataOption};