---
title: PHProjectType
framework: photosui
role: symbol
role_heading: Structure
path: photosui/phprojecttype
---

# PHProjectType

The type descriptor of a project extension.

## Declaration

```swift
struct PHProjectType
```

## Topics

### Initializing a Project Type

- [init(_:)](photosui/phprojecttype/init(_:).md)
- [init(rawValue:)](photosui/phprojecttype/init(rawvalue:).md)

### Defining a Project Type

- [undefined](photosui/phprojecttype/undefined.md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Determining Project Type

- [projectType](photosui/phprojectinfo/projecttype.md)
- [creationSource](photosui/phprojectinfo/creationsource-swift.property.md)
- [sections](photosui/phprojectinfo/sections.md)
- [PHProjectTypeDescription](photosui/phprojecttypedescription.md)
- [PHProjectTypeDescriptionDataSource](photosui/phprojecttypedescriptiondatasource.md)
- [PHProjectTypeDescriptionInvalidator](photosui/phprojecttypedescriptioninvalidator.md)
- [PHProjectInfo.CreationSource](photosui/phprojectinfo/creationsource-swift.enum.md)
