include/lightspeed@ops@supervision_ChildSpec.hrl

-record(child_spec, {
    id :: binary(),
    module_name :: binary(),
    restart :: lightspeed@ops@supervision:restart(),
    shutdown_ms :: integer()
}).