UNPKG

@acoustic-content-sdk/cli

Version:

Command line utility for the Acoustic Content SDK.

9 lines (8 loc) 287 B
import { Command } from 'commander'; export declare const GENERATE_TYPES_COMMAND = "generate-types"; /** * Generates typings and helper methods based on a set of content type definitions. * * @param program */ export declare function generateTypesCommand(program: Command): Command;