mirror of https://github.com/stashapp/stash.git
9 lines
214 B
Go
9 lines
214 B
Go
![]() |
package stashbox
|
||
|
|
||
|
import "github.com/stashapp/stash/pkg/models"
|
||
|
|
||
|
type StashBoxPerformerQueryResult struct {
|
||
|
Query string `json:"query"`
|
||
|
Results []*models.ScrapedPerformer `json:"results"`
|
||
|
}
|