2026-08-26 18:30:28 +03:00
|
|
|
// Code generated by apigen. DO NOT EDIT.
|
|
|
|
|
|
|
|
|
|
package models
|
|
|
|
|
|
|
|
|
|
type BatchPlayerQuestsItem struct {
|
2026-09-06 22:25:32 +03:00
|
|
|
PlayerID string `json:"playerId,omitempty"`
|
|
|
|
|
QuestSlug string `json:"questSlug,omitempty"`
|
2026-08-26 18:30:28 +03:00
|
|
|
}
|