Comment

interface ApiComment {
    authorUserId?: null | string;
    content: string;
    createdAt: string;
    id: string;
    objectId: string;
    objectType: ApiCommentObjectType;
    projectId: string;
    updatedAt: string;
}

Properties

authorUserId?: null | string
content: string
createdAt: string

date-time

id: string
objectId: string
projectId: string
updatedAt: string

date-time