Interface ReblogOperationOptions

interface ReblogOperationOptions {
    account: string;
    author: string;
    permlink: string;
}

Properties

account: string
author: string
permlink: string