UNPKG

64 BTypeScriptView Raw
1export interface Args {
2 [name: string]: string | boolean;
3}