LegacyLimitedTimedFeeCollectModuleSettingsFragment: {
    __typename: "LegacyLimitedTimedFeeCollectModuleSettings";
    amount: AmountFragment;
    collectLimit: string | null;
    collectNft: string | null;
    contract: NetworkAddressFragment;
    endTimestamp: string;
    followerOnly: boolean;
    recipient: string;
    referralFee: number;
    type: OpenActionModuleType;
}

Type declaration