UNPKG

@happy-coders/fun-cli

Version:

Be your project management more fun!

6 lines (5 loc) 93 B
export interface Input { name: string; value: boolean | string; options?: any; }