include/lightspeed@component@stateful_MountContext.hrl

-record(mount_context, {
    id :: binary(),
    route :: binary(),
    lifecycle :: lightspeed@component@stateful:lifecycle()
}).