เพิ่มโมดูล support user

This commit is contained in:
Warunee Tamkoo 2024-01-29 11:11:08 +07:00
parent 88041a1974
commit 81a773db1d
7 changed files with 43 additions and 0 deletions

View file

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

View file

@ -0,0 +1 @@
export type {};

View file

@ -0,0 +1 @@
export type {};