Added chapter renderer and type for report

This commit is contained in:
2025-01-24 00:47:50 -05:00
parent 97e318ce6f
commit 838e9730a4
2 changed files with 17 additions and 3 deletions

View File

@@ -81,7 +81,16 @@ export interface Release {
datetime: string;
url: string;
}
export interface Report {
error_type: string;
details: string;
resolve: boolean;
}
export const Ad = {
patreon: "https://patreon.com/nulltranslationgroup/membership",
}