UNPKG

@seamapi/blueprint

Version:

Build tools for the Seam API using this blueprint.

4 lines (3 loc) 325 B
import type { CodeSampleContext, CodeSampleDefinition } from './code-sample.js'; export declare const createPythonRequest: ({ request }: CodeSampleDefinition, _context: CodeSampleContext) => string; export declare const createPythonResponse: ({ response, title }: CodeSampleDefinition, context: CodeSampleContext) => string;