include/lightspeed@component@nested_lifecycle_ChildNode.hrl

-record(child_node, {
    id :: binary(),
    identity :: binary(),
    lifecycle :: lightspeed@component@nested_lifecycle:child_lifecycle(),
    mount_count :: integer(),
    update_count :: integer(),
    fingerprint :: binary()
}).