@selfcommunity/react-ui
Version:
React UI Components to integrate a Community created with SelfCommunity Platform.
82 lines (81 loc) • 2.12 kB
TypeScript
export declare const prefetchedCourses: {
id: number;
name: string;
slug: string;
type: string;
privacy: string;
image_bigger: string;
image_big: string;
image_medium: string;
image_small: string;
join_status: string;
created_at: string;
created_by: {
id: number;
username: string;
real_name: string;
avatar: string;
ext_id: any;
deleted: boolean;
followings_counter: number;
followers_counter: number;
posts_counter: number;
discussions_counter: number;
polls_counter: number;
categories_counter: number;
date_joined: string;
bio: string;
location: string;
location_lat_lng: any;
position_lat_lng: any;
date_of_birth: string;
description: string;
gender: string;
website: string;
cover: string;
tags: {
id: number;
type: string;
name: string;
description: string;
color: string;
visible: boolean;
visibility_boost: boolean;
active: boolean;
deleted: boolean;
created_at: string;
}[];
reputation: number;
language: string;
community_badge: boolean;
reg_approved: boolean;
job: string;
store: string;
brand: string;
race: string;
};
categories: {
id: number;
tags: any[];
followed: boolean;
order: number;
name: string;
name_synonyms: string;
slug: string;
slogan: string;
html_info: any;
seo_title: string;
seo_description: string;
auto_follow: string;
active: boolean;
image_original: string;
image_bigger: string;
image_big: string;
image_medium: string;
image_small: string;
emotional_image_original: string;
emotional_image_position: number;
stream_order_by: string;
followers_counter: number;
}[];
}[];