export interface Args {
    [name: string]: string | boolean;
}
