Interface PatchEntityWithEntityIdRequest

interface PatchEntityWithEntityIdRequest {
    entity: Entity;
    entityId: string;
}

Properties

Properties

entity: Entity
entityId: string