UNPKG

steemconnect-firebase-functions

Version:

A TypeScript library that can help you build applications with SteemConnect and Firebase.

4 lines (3 loc) 245 B
import { DeleteCommentConfig } from './../shared/interfaces/DeleteCommentConfig'; import { Operation } from '../shared/interfaces/Operation'; export declare const createDeleteComment: ({ author, permlink }: DeleteCommentConfig) => Operation;