UNPKG

handoff-app

Version:

Automated documentation toolchain for building client side documentation from figma

9 lines (8 loc) 251 B
import { CommandModule } from 'yargs'; import { SharedArgs } from '../types'; export interface MakeSchemaArgs extends SharedArgs { type: string; name: string; } declare const command: CommandModule<{}, MakeSchemaArgs>; export default command;