using Application.Abstractions.Messaging; using SharedKernel.Results; namespace Application.Features.Api.V1.Channels.GetByCode; /// /// 채널 후원 코드 검증 — 게임 내 입력값 사전 확인용 (팬덤박스 /search/user 대응). /// public sealed record Query(string Code) : IQuery>;