UNPKG

@veecode-platform/safira-cli

Version:

Generate a microservice project from your spec.

5 lines (4 loc) 130 B
import { Doctor } from "./doctor-interface"; export declare class DoctorGit implements Doctor { execute(): Promise<string>; }