Type Alias ReblogJsonPayload

ReblogJsonPayload: ["reblog", {
    account: string;
    author: string;
    delete?: "delete";
    permlink: string;
}]