25d0e92036
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
5 lines
74 B
Go
5 lines
74 B
Go
package form
|
|
|
|
type PhotoUUIDs struct {
|
|
Photos []string `json:"photos"`
|
|
}
|