Interface PostEntityRequest

interface PostEntityRequest {
    entity: Entity;
}

Properties

Properties

entity: Entity