mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-04-05 18:09:04 +00:00
Add beer post, brewery post GET service and page
Add prettier, eslint config
This commit is contained in:
10
services/BreweryPost/types/BreweryPostQueryResult.ts
Normal file
10
services/BreweryPost/types/BreweryPostQueryResult.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export default interface GetAllBreweryPostsQueryResult {
|
||||
id: string;
|
||||
location: string;
|
||||
name: string;
|
||||
postedBy: {
|
||||
id: string;
|
||||
firstName: string;
|
||||
lastName: string;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user