interface MovedArgs {
    from: TerraformElement;
    to: TerraformElement;
}

Properties

Properties