Interface GetEntityWithEntityIdRequest

interface GetEntityWithEntityIdRequest {
    entityId: string;
    office: string;
}

Properties

Properties

entityId: string
office: string