@seamapi/blueprint
Version:
Build tools for the Seam API using this blueprint.
5 lines (4 loc) • 360 B
TypeScript
import type { Code, CodeSampleContext } from './code-sample.js';
import type { Resource, ResourceSampleContext } from './resource-sample.js';
export declare const formatCodeRecords: (code: Code, context: CodeSampleContext) => Promise<Code>;
export declare const formatResourceRecords: (resource: Resource, context: ResourceSampleContext) => Promise<Resource>;