MCPcopy
hub / github.com/AstrBotDevs/AstrBot / types

Function types

dashboard/src/api/v1.ts:420–422  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

418
419export const botApi = {
420 types() {
421 return typed<{ bot_types: OpenConfig[] }>(openApiV1.listBotTypes());
422 },
423 list(params?: BotListParams) {
424 return typed<{ bots: OpenConfig[] }>(
425 openApiV1.listBots({ query: generatedQuery(params) }),

Callers

nothing calls this directly

Calls 1

typedFunction · 0.85

Tested by

no test coverage detected