Hey is a decentralized and permissionless social media app built with Lens Protocol 馃尶
at main 9 lines 234 B view raw
1import type { PayToCollectInput } from "@hey/indexer"; 2 3export type CollectActionType = { 4 enabled?: boolean; 5 payToCollect?: PayToCollectInput; 6 collectLimit?: null | number; 7 followerOnly?: boolean; 8 endsAt?: null | string; 9};