Type alias CourseParams

CourseParams: PageParams & PaginationParams & {
    author_id?: number;
    categories[]?: number[];
    category_id?: number;
    free?: boolean;
    no_expired?: 0 | 1;
    only_with_categories?: boolean;
    tag?: string;
    title?: string;
}

Generated using TypeDoc