UNPKG

@general-dexterity/cube-records-codegen

Version:

CLI tool for generating Cube Record type definitions from a CubeJS server

17 lines (15 loc) 283 B
export interface CliArgs { baseUrl: string; watch: boolean; delay: number; output: string; exclude: string; viewsOnly: boolean; } export interface TypeGeneratorOptions { baseUrl: string; watch: boolean; watchDelay: number; exclude: string[]; output: string; }