Chore: Remove unused models (#61533)

* Chore: Remove unused models

* put AuthModuleConversion back
This commit is contained in:
Serge Zaitsev
2023-01-16 12:52:55 +01:00
committed by GitHub
parent 0d513224af
commit 7e51eac740
4 changed files with 0 additions and 42 deletions
-8
View File
@@ -57,14 +57,6 @@ type UpdatePluginSettingVersionCmd struct {
// ---------------------
// QUERIES
type PluginSettingInfoDTO struct {
OrgId int64
PluginId string
Enabled bool
Pinned bool
PluginVersion string
}
type GetPluginSettingByIdQuery struct {
PluginId string
OrgId int64