UNPKG

@oap75/types

Version:

JavaScript type definitions for Subsocial blockchain.

7 lines (6 loc) 215 B
export declare const ReactionKinds: { [key: string]: string; }; declare type ReactionKindType = 'Upvote' | 'Downvote'; export declare function ReactionKind(value: ReactionKindType): ReactionKindType; export {};