UNPKG

mindful-commons

Version:

12 lines (11 loc) 262 B
import { BlogEntry } from "./blog-entry.entity"; export declare class Blog { userId: string; possibleCategories: { slug: string; name: string; id: string; }[]; entries: BlogEntry[]; userNeedsApprovalToPost: boolean; }