Skip to content

Commit

Permalink
types
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwn04 committed Oct 10, 2023
1 parent 1a9bd41 commit 0b16bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/ApiResponses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ export interface EditMerchCollectionResponse extends ApiResponse {
export interface DeleteMerchCollectionResponse extends ApiResponse {}

export interface CreateCollectionPhotoResponse extends ApiResponse {
photo: PublicMerchCollectionPhoto;
collectionPhoto: PublicMerchCollectionPhoto;
}

export interface DeleteCollectionPhotoResponse extends ApiResponse {}
Expand Down

0 comments on commit 0b16bbf

Please sign in to comment.