เพิ่มโครงสร้าง folder งวด 5

This commit is contained in:
Warunee Tamkoo 2024-02-15 11:46:25 +07:00
parent f57a28c19f
commit 06f921e4e1
27 changed files with 263 additions and 10 deletions

View file

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