interface ChannelRows { subject: string; } interface typeItem { id:string name:string } export type { ChannelRows,typeItem };