generated from nhcarrigan/template
feat: another security sweep
This commit is contained in:
@@ -109,3 +109,19 @@ export type CreateSuggestionDto =
|
||||
export interface DeclineSuggestionDto {
|
||||
reason?: string;
|
||||
}
|
||||
|
||||
export interface AcceptWithEditsDto {
|
||||
title?: string;
|
||||
platform?: string;
|
||||
author?: string;
|
||||
artist?: string;
|
||||
isbn?: string;
|
||||
type?: string;
|
||||
notes?: string;
|
||||
description?: string;
|
||||
coverImage?: string;
|
||||
coverArt?: string;
|
||||
imageUrl?: string;
|
||||
tags?: string[];
|
||||
links?: Array<{ label: string; url: string }>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user