Added chapter renderer and type for report
This commit is contained in:
@@ -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",
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user