mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-20 13:39:15 +00:00
13 lines
331 B
TypeScript
13 lines
331 B
TypeScript
import { getExtensionsLatestPublishByIdentifier } from "@kksh/sdk"
|
|
import { IconType } from "@kksh/api/models"
|
|
|
|
const latestPublish = await getExtensionsLatestPublishByIdentifier({
|
|
path: {
|
|
identifier: "RAG1"
|
|
}
|
|
})
|
|
console.log(latestPublish)
|
|
// latestPublish
|
|
|
|
// console.log(typeof IconEnum.Iconify)
|
|
console.log(IconType.options) |