UNPKG

mindful-commons

Version:

5 lines (4 loc) 141 B
import { CreateContentDto } from "../content"; export declare class CreateBlogEntryDto extends CreateContentDto { categoryId?: string; }