UNPKG

steemconnect-firebase-functions

Version:

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

7 lines (6 loc) 119 B
export interface VoteConfig { voter: string; author: string; permlink: string; weight: number; }