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