UNPKG

steemconnect-firebase-functions

Version:

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

10 lines (9 loc) 209 B
export interface CommentConfig { parent_permlink: string; author: string; permlink: string; body: string; parent_author?: string; title?: string; json_metadata?: string; }