Skip to content

InternalCommentable

Enum representing the commentable types that can be linked to an InternalComment

Used By

Definition

"""
Enum representing the commentable types that can be linked to an InternalComment
"""
enum InternalCommentable {
Task
}