เพิ่ม เเสดงข้อมูลก่อนเเก้
This commit is contained in:
parent
bf3bc89636
commit
bd20219da9
4 changed files with 28 additions and 5 deletions
|
|
@ -2,4 +2,8 @@ interface ChannelRows {
|
|||
subject: string;
|
||||
}
|
||||
|
||||
export type { ChannelRows };
|
||||
interface typeItem {
|
||||
id:string
|
||||
name:string
|
||||
}
|
||||
export type { ChannelRows,typeItem };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue