JavaScript HSM API Dinamo
    Preparing search index...

    Type Alias ObjectInfo

    Represents the set of information about an object.

    type ObjectInfo = {
        type: string;
        version: number;
        attributes: AttributesAUP;
    }
    Index

    Properties

    type: string

    Object type.

    version: number

    Object version.

    attributes: AttributesAUP

    Object attributes and AUP.