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.
Loading
Please 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.