Some checks failed
Build & Deploy PLDpro.Web Test to 192.168.1.100 / build-and-deploy (push) Failing after 47s
This reverts commit 35f4133001.
5 lines
113 B
C#
5 lines
113 B
C#
|
|
namespace Pldpro.Web.Services.Models;
|
|
|
|
public sealed record BucketItem(string Name, DateTime? CreationDate);
|