@squidcloud/client
    Preparing search index...

    Interface MmGetEntityResponse

    API response for getting an entity

    interface MmGetEntityResponse {
        entity: MmEntity | undefined;
    }
    Index

    Properties

    Properties

    entity: MmEntity | undefined

    The entity, if found