Added pictureLike struct

master
Alex 2021-08-10 12:33:39 +02:00
parent b755c76308
commit 405ce69cda
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
package structs
type PictureLike struct {
UserId string
PictureId string
}