File

src/app/enrolled-course-details-page/course.interface.ts

Index

Properties

Properties

batch
batch: Batch | any
Type : Batch | any
channel
channel: string
Type : string
Optional
corRelationList
corRelationList: Array<CorrelationData>
Type : Array<CorrelationData>
Optional
courseId
courseId: string
Type : string
Optional
objRollup
objRollup: Rollup
Type : Rollup
Optional
pageId
pageId: string
Type : string
telemetryObject
telemetryObject: TelemetryObject
Type : TelemetryObject
Optional
userConsent
userConsent: string
Type : string
Optional
userId
userId: string
Type : string
import { Batch, TelemetryObject, Rollup, CorrelationData } from 'sunbird-sdk';


export interface EnrollCourse {
    userId: string;
    batch: Batch | any;
    pageId: string;
    courseId?: string;
    telemetryObject?: TelemetryObject;
    objRollup?: Rollup;
    corRelationList?: Array<CorrelationData>;
    channel?: string;
    userConsent?: string;
}

results matching ""

    No results matching ""