91b1d7a198
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
6 lines
124 B
Go
6 lines
124 B
Go
package form
|
|
|
|
type AccountShare struct {
|
|
Photos []string `json:"photos"`
|
|
Destination string `json:"destination"`
|
|
}
|