Type alias ProjectParams

ProjectParams: PaginationParams & {
    course_id: number;
    topic_id: number;
}

Generated using TypeDoc