UNPKG

@kontent-ai/model-generator

Version:

This utility generates strongly-typed models for Delivery JS SDK, Migration toolkit or just general scripting to improve the experience when referencing Kontent.ai related objects.

5 lines (4 loc) 164 B
import type { CommandOption, CommandOptionNames } from "./cli.models.js"; export declare const commandOptions: { [key in CommandOptionNames]: CommandOption; };