UNPKG

@baqhub/cli

Version:

The official command line interface for the BAQ federated app platform.

6 lines (5 loc) 323 B
import { Schema } from "@baqhub/sdk"; export declare function toRefNamespaceName(refName: string): string; export declare function toPropNamespaceName(propName: string): string; export declare function toSchemaNamespaceName(index: number): string; export declare function schemaToTs(schema: Schema, name?: string): string;