type
PreferenceEnvelope
type PreferenceEnvelope[Value any] struct {
Value Value `json:"value"`
}One typed actor-owned admin preference value.
Source protocol/envelope.go:100
ValueValue- The Value value.
Preferences are scoped to the exact auth collection, user, and application-owned key by the runtime; this envelope contains only the decoded value.