RTSDK
    Preparing search index...

    Type Alias AssetOptionalInterface

    type AssetOptionalInterface = {
        attributes?: AssetInterface | object;
        credentials?: InteractiveCredentials;
    }
    Index

    Properties

    attributes?: AssetInterface | object