hrms-mgt/src/modules/11_discipline/interface/response/channel.ts

9 lines
133 B
TypeScript

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