include/lightspeed@component@stateful_Instance.hrl

-record(instance, {
    definition :: lightspeed@component@stateful:lifecycle_component(any(), any(), any()),
    model :: any(),
    assigns :: any(),
    context :: lightspeed@component@stateful:mount_context(),
    target :: binary(),
    rendered :: lightspeed@component:rendered()
}).