Add project files.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace JSMR.Application.Creators.Queries.Search.Contracts;
|
||||
|
||||
public record CreatorSearchItem
|
||||
{
|
||||
public int CreatorId { get; init; }
|
||||
public required string Name { get; init; }
|
||||
public bool Favorite { get; init; }
|
||||
public bool Blacklisted { get; init; }
|
||||
public int VoiceWorkCount { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user