Type alias DeleteEntityNetworkMessageBody

DeleteEntityNetworkMessageBody: {
    entityId: Entity;
    networkId: number;
    type: DELETE_ENTITY_NETWORK;
}

Type declaration