@seamapi/blueprint
Version:
Build tools for the Seam API using this blueprint.
16 lines (15 loc) • 418 B
text/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'