interface CLI {
    dry: boolean;
    name: string;
    region: string;
}

Properties

Properties

dry: boolean
name: string
region: string