mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-21 03:44:05 -06:00
Make EncryptionOptions extend to EncryptionConfig
This commit is contained in:
parent
d87cd7d497
commit
54d739214a
@ -28,11 +28,8 @@ export interface DirectoryConfig extends EncryptionConfig {
|
|||||||
password: string
|
password: string
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface EncryptionOptions {
|
export interface EncryptionOptions extends EncryptionConfig {
|
||||||
algorithm: string
|
|
||||||
encryptedFolders: { [folderPath: string]: string | DirectoryConfig }
|
encryptedFolders: { [folderPath: string]: string | DirectoryConfig }
|
||||||
message: string
|
|
||||||
ttl: number
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// =============================================================================
|
// =============================================================================
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user