Libertas OS API Documentation
    Preparing search index...

    Type Alias LibertasValue

    LibertasValue:
        | number
        | boolean
        | string
        | LibertasValue[]
        | LibertasStruct
        | undefined

    A value of the Matter data model, which Libertas adopts. The value can be the value of an attribute or a field of a command or event. Note that a command or event must be a LibertasStruct, which could be empty.