SW Combine SDK
    Preparing search index...

    Interface TypesEntityListItem

    Summary row returned by /types/:entityType list endpoints.

    interface TypesEntityListItem {
        attributes: { href: string; uid: string; [key: string]: unknown };
        value: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    attributes: { href: string; uid: string; [key: string]: unknown }
    value: string