UNPKG

gobot-weaviate

Version:

Weaviate helper for Gobot

11 lines (8 loc) 155 B
type AppInfoMeta = { name: string; homepage: string; version: string; slug: string; }; declare const meta: AppInfoMeta; export { meta };