Interface DeleteCommentOperationOptions

interface DeleteCommentOperationOptions {
    author: string;
    permlink: string;
}

Properties

Properties

author: string
permlink: string