interface Bookmark {
    commentId: null | string;
    key: string;
}

Properties

Properties

commentId: null | string
key: string