CollectPolicy: {
    collectLimit: string | null;
    collectNft: EvmAddress | null;
    contract: NetworkAddress;
    endsAt: string | null;
    fee?: CollectFee | MultirecipientCollectFee;
    followerOnly: boolean;
}

Type declaration