graphcool-cli-core
Version:
14 lines (13 loc) • 436 B
TypeScript
import Playground from './commands/playground/index';
import RootTokens from './commands/root-token/index';
import AddTemplate from './commands/add-template/add-template';
export declare const groups: {
key: string;
name: string;
}[];
export declare const topics: {
name: string;
description: string;
group: string;
}[];
export declare const commands: (typeof Playground | typeof RootTokens | typeof AddTemplate)[];