package game_service import "evening_detective_server/internal/modules/storytelling" type Team struct { ID int Name string Status string Password string ActionsCount int Applications []*storytelling.Application }