---
title: Published
framework: foundation
role: symbol
role_heading: Type Alias
path: foundation/published
---

# Published

A type alias for the Combine framework’s type that publishes a property marked with an attribute.

## Declaration

```swift
typealias Published = Published
```

## See Also

### Combine Integration

- [ObservableObject](foundation/observableobject.md)
