src/app/modules/dashboard/interfaces/userCertData.ts
courses: literal type
literal type
district: string
string
userId: string
userName: string
export interface IUserCertificate { userId: string; userName: string; district: string; courses: { courseId: string; name: string; contentType: string; pkgVersion: number; batches: Array<{}>; }; }