Fabiana Cecin 9f2a1c89ff
Move api config modules to api/conf/ (#4022)
Move api config modules to api/conf/
2026-07-09 18:14:37 -03:00

7 lines
206 B
Nim

import tools/confutils/cli_args
export cli_args
type KernelConf* = distinct WakuNodeConf
## Raw kernel config; distinct so `new(KernelConf)` doesn't collide with the
## full-stack `new(WakuNodeConf)`.