src/app/modules/learn/interfaces/course.ts
identifier: Array<string>
Array<string>
type: string
string
export interface IForumContext { identifier: Array<string>; type: string; }