Skip to main content

include/molt@ops_InsertKey.hrl

-record(insert_key, {
    path :: binary(),
    before :: binary(),
    key :: binary(),
    value :: molt@value:value()
}).