export interface ContentConstants { kind: string[]; status: string[]; } export interface UserRateConstants { status: string[]; } export interface ClubConstants { join_policy: string[]; comment_policy: string[]; image_upload_policy: string[]; } export interface SmileyType { bbcode: string; path: string; }