mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-02-16 20:13:49 +00:00
Refactor api requests and components out of pages
This commit is contained in:
@@ -9,6 +9,7 @@ export default interface BeerPostQueryResult {
|
||||
beerImages: {
|
||||
url: string;
|
||||
id: string;
|
||||
alt: string;
|
||||
}[];
|
||||
|
||||
ibu: number;
|
||||
@@ -21,7 +22,6 @@ export default interface BeerPostQueryResult {
|
||||
id: string;
|
||||
username: string;
|
||||
};
|
||||
|
||||
beerComments: {
|
||||
id: string;
|
||||
content: string;
|
||||
|
||||
Reference in New Issue
Block a user