UNPKG

steemconnect-firebase-functions

Version:

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

9 lines (8 loc) 202 B
export interface Comment { parentAuthor: string; parentPermlink: string; commentPermlink: string; commentBody: string; commentTitle?: string; commentMetadata?: object; }