File

src/app/my-groups/group.interface.ts

Index

Properties

Properties

activity
activity: any
Type : any
group
group: Group
Type : Group
isGroupCreatorOrAdmin
isGroupCreatorOrAdmin: boolean
Type : boolean
import { CorrelationData, Group, GroupActivity } from '@project-sunbird/sunbird-sdk';


export interface AddActivityToGroup {
    groupId: string;
    activityId: string;
    activityType: string;
    pageId: string;
    corRelationList: Array<CorrelationData>;
    activityList?: GroupActivity[];
    source?: string;
    noOfPagesToRevertOnSuccess?: number;
}

export interface ActivityData {
    group: Group,
    activity: any,
    isGroupCreatorOrAdmin: boolean
}

results matching ""

    No results matching ""