SW Combine SDK
    Preparing search index...

    Interface TypesEntitiesListMetaResponse

    Normalized /types/:entityType list response. attributes contains pagination metadata (start, total, count) and items contains the normalized entity rows for all type endpoints.

    interface TypesEntitiesListMetaResponse {
        attributes?: TypesEntityListAttributes;
        items: TypesEntityListItem[];
    }
    Index

    Properties

    Properties