include/lightspeed@component@template_ergonomics_Compiled.hrl

-record(compiled, {
    compiled :: lightspeed@component@template_compiler:compiled_template(any(), any()),
    applied_aliases :: list({binary(), binary()}),
    applied_slot_defaults :: list(binary()),
    signature :: binary()
}).