UNPKG

@kadconsulting/dry

Version:
11 lines (10 loc) 198 B
export declare const mockBlogPosts: { id: number; title: string; summary: string; }[]; export declare const mockComments: { id: number; postId: number; content: string; }[];