interface ActivityResponse {
    data?: CourseGroupData[];
    error?: string;
    success: boolean;
}

Properties

Properties

error?: string
success: boolean