เพิ่ม เเสดงข้อมูลก่อนเเก้

This commit is contained in:
setthawutttty 2023-11-21 17:24:42 +07:00
parent bf3bc89636
commit bd20219da9
4 changed files with 28 additions and 5 deletions

View file

@ -2,4 +2,8 @@ interface ChannelRows {
subject: string;
}
export type { ChannelRows };
interface typeItem {
id:string
name:string
}
export type { ChannelRows,typeItem };