mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-20 21:49:16 +00:00
9 lines
200 B
TypeScript
9 lines
200 B
TypeScript
import { getExtensionsLatestPublishByIdentifier } from "@kksh/sdk"
|
|
|
|
const latestPublish = await getExtensionsLatestPublishByIdentifier({
|
|
path: {
|
|
identifier: "RAG1"
|
|
}
|
|
})
|
|
console.log(latestPublish)
|