UNPKG

steemconnect-firebase-functions

Version:

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

6 lines (5 loc) 93 B
export interface Vote { author: string; permlink: string; weight: number; }