ui วินัย ส่วน เรื่องร้องเรียน

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-10-16 18:07:42 +07:00
parent 0ee7dff491
commit 37b6c32e45
10 changed files with 739 additions and 17 deletions

View file

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