diff --git a/src/types.d.ts b/src/types.d.ts index f0d647e..b5bd099 100644 --- a/src/types.d.ts +++ b/src/types.d.ts @@ -1,5 +1,4 @@ export interface Post { - _id: string; id: string; authorId: string; authorDisplayName: string;