ปรับ fetch ข้อมูลรายการประเมินบุคคล

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-01-12 13:35:00 +07:00
parent c8f1e9770c
commit 86ae8fa847
2 changed files with 151 additions and 5 deletions

View file

@ -0,0 +1,6 @@
interface OptionStatus {
val: string;
label: string;
}
export type { OptionStatus };