feat: add component_types management functionality
This commit is contained in:
11
internal/models/responses/component_type_response.go
Normal file
11
internal/models/responses/component_type_response.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package responses
|
||||
|
||||
type CreateComponentTypeResponse struct {
|
||||
ID int64 `json:"id"`
|
||||
}
|
||||
|
||||
type UpdateComponentTypeResponse struct {
|
||||
ID int64 `json:"id"`
|
||||
Name string `json:"name"`
|
||||
Description string `json:"description"`
|
||||
}
|
||||
Reference in New Issue
Block a user