using Knot.Shared.Kernel; using System; using System.Collections.Generic; namespace Knot.Contracts.Auth.Application.Abstractions; public record GetUsersExistenceQuery(List UserIds) : IQuery>;