@seamapi/blueprint
Version:
Build tools for the Seam API using this blueprint.
4 lines (3 loc) • 401 B
TypeScript
export { type CodeSample, type CodeSampleDefinition, type CodeSampleDefinitionInput, CodeSampleDefinitionSchema, createCodeSample, } from './code-sample.js';
export { createResourceSample, type ResourceSample, type ResourceSampleDefinition, type ResourceSampleDefinitionInput, ResourceSampleDefinitionSchema, } from './resource-sample.js';
export { type SdkName, type SyntaxName } from './syntax.js';