Interface DeleteMapCommentInput

interface DeleteMapCommentInput {
    commentSlug: string;
    roomSlug: string;
    taskSlug: string;
}

Properties

commentSlug: string
roomSlug: string
taskSlug: string