@cpod/sdk - v0.2.7
    Preparing search index...

    Interface GetEntitiesResponse

    Response for entity listing

    Use EntitiesResponse instead

    interface GetEntitiesResponse {
        data: Entity[];
    }
    Index

    Properties

    Properties

    data: Entity[]