gorse icon indicating copy to clipboard operation
gorse copied to clipboard

TS调用getItemNeighbors返回的类型有误

Open night-breeze888 opened this issue 10 months ago • 1 comments

gorse.getItemNeighbors()方法返回的类型提示是string[],但实际上是{ Id: string; Score: number; }[]

night-breeze888 avatar Apr 25 '24 13:04 night-breeze888