export interface PostModel { body: string; id: number; title: string; userId: number; }