MCPcopy Create free account
hub / github.com/aiprodcoder/MIXAPI / TaskData

Interface TaskData

dto/suno.go:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5)
6
7type TaskData interface {
8 SunoDataResponse | []SunoDataResponse | string | any
9}
10
11type SunoSubmitReq struct {
12 GptDescriptionPrompt string `json:"gpt_description_prompt,omitempty"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected