8 lines
150 B
Go
8 lines
150 B
Go
package srequest
|
|
|
|
import "github.com/tech/sendico/pkg/model"
|
|
|
|
type AcceptInvitation struct {
|
|
Account *model.AccountData `json:"account,omitempty"`
|
|
}
|