cloudkit
cloudkit copied to clipboard
Clean up `RepositoryMethods`
The RepositoryMethods
were innitially used to support better typing on the return types of the various Repository classes. However, Prisma has improved the generated types and thus this is no longer required.
Task is to clean up these types