feat(backend): report detail endpoint
This commit is contained in:
parent
8edbc8bf1d
commit
045964ffb7
2 changed files with 35 additions and 0 deletions
|
@ -35,6 +35,12 @@ public record ReportResponse(
|
|||
JObject? Snapshot
|
||||
);
|
||||
|
||||
public record ReportDetailResponse(
|
||||
ReportResponse Report,
|
||||
UserResponse User,
|
||||
[property: JsonProperty(NullValueHandling = NullValueHandling.Ignore)] MemberResponse? Member
|
||||
);
|
||||
|
||||
public record AuditLogResponse(
|
||||
Snowflake Id,
|
||||
AuditLogEntity Moderator,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue