# `GSSuffixForPluginType`

*Function*

## Declaration

```swift
func GSSuffixForPluginType(_ pluginType: GSPluginType) -> String!
```

```objc
NSString *GSSuffixForPluginType(GSPluginType pluginType);
```

```python
GSSuffixForPluginType(pluginType: GSPluginType) -> str
```

