UNPKG

@veecode-platform/safira-cli

Version:

Generate a microservice project from your spec.

10 lines (9 loc) 226 B
import { Hook } from "@oclif/core"; declare const hook: Hook<"init">; export default hook; export interface MetricsRequestBody { "client-id": string; "license-id": string; command: string; argument?: string; }