using Application.Abstractions.Messaging; using SharedKernel.Results; namespace Application.Features.Api.Developers.Tokens.IssuePat; public sealed record Command( int OwnerMemberID, string Name, IReadOnlyList Scopes, DateTime? ExpiresAt ) : ICommand>;