Interface CreateMapCommentInput

interface CreateMapCommentInput {
    comment: string;
    mentionedExternalEmails: string[];
    mentionedInternalUserIds: string[];
    metadata: MapCommentMetadata;
    roomSlug: string;
    taskSlug: string;
}

Properties

comment: string
mentionedExternalEmails: string[]
mentionedInternalUserIds: string[]
metadata: MapCommentMetadata
roomSlug: string
taskSlug: string