แก้ไข บันทึกผลการได้รับพระราชทานเครื่องราชย์อิสริยสภรณ์

This commit is contained in:
Thanit Konmek 2023-08-17 13:31:31 +07:00
parent 508fb3b02b
commit 759870d0aa
5 changed files with 91 additions and 24 deletions

View file

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