Files
2026-01-19 00:01:16 -05:00

4 lines
154 B
C#

namespace FictionArchive.Service.UserNovelDataService.Models.DTOs;
public record UpsertBookmarkInput(uint NovelId, uint ChapterId, string? Description);