first commit

This commit is contained in:
Warunee Tamkoo 2023-12-20 10:04:43 +07:00
commit 288971d1d7
60 changed files with 1546 additions and 0 deletions

View file

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