mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-07-26 06:23:14 +00:00
7 lines
118 B
Nim
7 lines
118 B
Nim
## Kernel-layer configuration type.
|
|
|
|
import tools/confutils/cli_args
|
|
export cli_args
|
|
|
|
type KernelConf* = WakuNodeConf
|