UI - ข้อมูลพื้นฐาน ช่องทางการร้องเรียน

ปรับ column row  ลงใน store
This commit is contained in:
AnandaTon 2023-10-26 11:59:36 +07:00
parent ebe890f069
commit 94de8b1035
3 changed files with 84 additions and 61 deletions

View file

@ -0,0 +1,5 @@
interface ChannelRows {
subject: string;
}
export type { ChannelRows };