UNPKG

@seamapi/blueprint

Version:

Build tools for the Seam API using this blueprint.

5 lines (4 loc) 430 B
import type { CodeSampleContext, CodeSampleDefinition } from './code-sample.js'; import type { ResourceSampleContext, ResourceSampleDefinition } from './resource-sample.js'; export declare const createJsonResponse: ({ response, title }: CodeSampleDefinition, context: CodeSampleContext) => string; export declare const createJsonResourceData: ({ properties }: ResourceSampleDefinition, _context: ResourceSampleContext) => string;