Libertas OS API Documentation
    Preparing search index...

    Type Alias LibertasAvroDataType

    LibertasAvroDataType:
        | "null"
        | "boolean"
        | "int"
        | "long"
        | "float"
        | "double"
        | "bytes"
        | "string"
        | "record"
        | "array"
        | "enum"
        | "map"
        | "fixed"

    Standard data types.