mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-21 11:54: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
|
||||
}
|
||||
|
||||
export interface EncryptionOptions {
|
||||
algorithm: string
|
||||
export interface EncryptionOptions extends EncryptionConfig {
|
||||
encryptedFolders: { [folderPath: string]: string | DirectoryConfig }
|
||||
message: string
|
||||
ttl: number
|
||||
}
|
||||
|
||||
// =============================================================================
|
||||
|
||||
Loading…
Reference in New Issue
Block a user