@seamapi/blueprint
Version:
Build tools for the Seam API using this blueprint.
24 lines • 380 B
JavaScript
import { z } from 'zod';
export const SdkNameSchema = z.enum([
'javascript',
'python',
'php',
'ruby',
'seam_cli',
'go',
'java',
'csharp',
'curl',
]);
export const SyntaxNameSchema = z.enum([
'javascript',
'json',
'python',
'php',
'ruby',
'bash',
'go',
'java',
'csharp',
]);
//# sourceMappingURL=syntax.js.map