SW Combine SDK
    Preparing search index...

    Interface TypesEntitiesListRawResponse

    Generic wrapped response returned by /types/:entityType list endpoints. Example: { attributes: {...}, vehicletype: [...] }

    interface TypesEntitiesListRawResponse {
        attributes?: TypesEntityListAttributes;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties