ProjectV2ItemContentType represents the type of content in a ProjectV2Item.
| 19 | |
| 20 | // ProjectV2ItemContentType represents the type of content in a ProjectV2Item. |
| 21 | type ProjectV2ItemContentType string |
| 22 | |
| 23 | // This is the set of possible content types for a ProjectV2Item. |
| 24 | const ( |
no outgoing calls
no test coverage detected