package dto

type DeleteProfileInput struct {
	ID string
}
