patch_manager: Make use of type aliases
We can use these to avoid typing the same type redundantly. This way, if these ever change, only a single location needs to be modified.
Please register or sign in to comment
We can use these to avoid typing the same type redundantly. This way, if these ever change, only a single location needs to be modified.