package devopsdistilled.operp.client.items.panes.controllers; import devopsdistilled.operp.client.abstracts.EditEntityPaneController; import devopsdistilled.operp.server.data.entity.items.Brand; public interface EditBrandPaneController extends EditEntityPaneController<Brand> { }