Files
vibn-api/node_modules/@anthropic-ai/sdk/resources/beta/skills/index.d.ts
2026-05-17 12:43:53 -07:00

3 lines
605 B
TypeScript

export { Skills, type SkillCreateResponse, type SkillRetrieveResponse, type SkillListResponse, type SkillDeleteResponse, type SkillCreateParams, type SkillRetrieveParams, type SkillListParams, type SkillDeleteParams, type SkillListResponsesPageCursor, } from "./skills.js";
export { Versions, type VersionCreateResponse, type VersionRetrieveResponse, type VersionListResponse, type VersionDeleteResponse, type VersionCreateParams, type VersionRetrieveParams, type VersionListParams, type VersionDeleteParams, type VersionListResponsesPageCursor, } from "./versions.js";
//# sourceMappingURL=index.d.ts.map