mirror of
https://github.com/Ategon/Jamjar.git
synced 2025-02-12 06:16:21 +00:00
Fix PostType
This commit is contained in:
parent
7730f17490
commit
bc7ed52662
1 changed files with 1 additions and 1 deletions
|
@ -8,5 +8,5 @@ export interface PostType {
|
||||||
name: string;
|
name: string;
|
||||||
};
|
};
|
||||||
createdAt: Date;
|
createdAt: Date;
|
||||||
likers: [];
|
likes: [];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue