// Code generated by apigen. DO NOT EDIT. package models type AdminListQuestsResponse struct { Items []QuestDefinition `json:"items,omitempty"` NextCursor string `json:"nextCursor,omitempty"` }