mirror of
				https://github.com/Kareadita/Kavita.git
				synced 2025-11-03 19:17:05 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			184 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			184 B
		
	
	
	
		
			C#
		
	
	
	
	
	
namespace API.DTOs.KavitaPlus.License;
 | 
						|
 | 
						|
public sealed record LicenseValidDto
 | 
						|
{
 | 
						|
    public required string License { get; set; }
 | 
						|
    public required string InstallId { get; set; }
 | 
						|
}
 |