Backend/internal/application/commands/delete_post_command.go
2025-09-16 13:26:27 +04:00

7 lines
99 B
Go

package commands
import "github.com/google/uuid"
type DeletePostCommand struct {
Id uuid.UUID
}