UNPKG

@rockset/cli

Version:
7 lines (6 loc) 232 B
/** * * This code is copied from docs, and thus we need to turn off a lot of lint rules */ export declare const getDefinition: (ref: string) => any; export declare const renderSchema: (schema: string, required?: boolean) => any;