We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gorse.getItemNeighbors()方法返回的类型提示是string[],但实际上是{ Id: string; Score: number; }[]
The text was updated successfully, but these errors were encountered:
Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑🤝🧑👫🧑🏿🤝🧑🏻👩🏾🤝👨🏿👬🏿
The type hint returned by the gorse.getItemNeighbors() method is string[], but it is actually { Id: string; Score: number; }[]
Sorry, something went wrong.
No branches or pull requests
gorse.getItemNeighbors()方法返回的类型提示是string[],但实际上是{
Id: string;
Score: number;
}[]
The text was updated successfully, but these errors were encountered: