export type Post = { userId: number; id: number; title: string; body: string; }; //# sourceMappingURL=types.d.ts.map