namespace Flawless.Core.Modal; /// /// An author setup to indicate who create a depot or identify a depot author when uploading it. /// [Serializable] public record struct Author(string Name, string Email);