abel-sdk
    Preparing search index...

    Interface AssetTextLabels

    interface AssetTextLabels {
        id: bigint;
        labels: string[];
        name: string;
        unitName: string;
        url: string;
    }

    Hierarchy

    • AssetTextLabels
      • AssetTextLabels
    Index

    Properties

    id: bigint
    labels: string[]
    name: string
    unitName: string
    url: string