@seamapi/blueprint
Version:
Build tools for the Seam API using this blueprint.
4 lines (3 loc) • 319 B
TypeScript
import type { CodeSampleContext, CodeSampleDefinition } from './code-sample.js';
export declare const createPhpRequest: ({ request }: CodeSampleDefinition, _context: CodeSampleContext) => string;
export declare const createPhpResponse: ({ response, title }: CodeSampleDefinition, context: CodeSampleContext) => string;