mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-04-08 03:01:20 +00:00
chore: Update api service type directories to maintain consistency
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import beerPostQueryResult from '@/services/BeerPost/schema/BeerPostQueryResult';
|
||||
import BeerPostQueryResult from '@/services/BeerPost/schema/BeerPostQueryResult';
|
||||
import { z } from 'zod';
|
||||
|
||||
interface SendUploadBeerImagesRequestArgs {
|
||||
beerPost: z.infer<typeof beerPostQueryResult>;
|
||||
beerPost: z.infer<typeof BeerPostQueryResult>;
|
||||
images: FileList;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user