mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-19 01:35:18 -04:00
More types for history, config/interfaces and Request.flash
Signed-off-by: David Mehren <dmehren1@gmail.com>
This commit is contained in:
parent
fa301ab450
commit
1f517bfb99
3 changed files with 14 additions and 12 deletions
|
@ -36,7 +36,7 @@ export interface Config {
|
|||
forbiddenNoteIDs: string[];
|
||||
defaultPermission: string;
|
||||
dbURL: string;
|
||||
db: any;
|
||||
db;
|
||||
sslKeyPath: string;
|
||||
sslCertPath: string;
|
||||
sslCAPath: string[];
|
||||
|
@ -153,5 +153,6 @@ export interface Config {
|
|||
linkifyHeaderStyle: string;
|
||||
|
||||
// TODO: Remove escape hatch for dynamically added properties
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
[propName: string]: any;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue