package dto import "base/pkg/validation" type DTO interface { Schema() validation.Schema }