UpdateSystemValueEvent: {
    current: boolean;
    id: SystemValueId;
    kind: "update-system-value";
    payload: SystemValue;
}

Type declaration