Skip to content

Commit c9d38c7

Browse files
committed
fix: type errors
1 parent 273ca7c commit c9d38c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/encryption/define_config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@
99

1010
import debug from '../../src/debug.ts'
1111
import { configProvider } from '../../src/config_provider.ts'
12-
import { type EncryptionConfig, type ConfigProvider } from '../../src/types.ts'
12+
import { type ConfigProvider } from '../../src/types.ts'
1313

1414
import {
15+
type EncryptionConfig,
1516
type AES256CBCDriverConfig,
1617
type AES256GCMDriverConfig,
1718
type ChaCha20Poly1305DriverConfig,

0 commit comments

Comments
 (0)