LegacyFeeCollectModuleSettingsFragment: {
    __typename: "LegacyFeeCollectModuleSettings";
    amount: AmountFragment;
    collectNft: string | null;
    contract: NetworkAddressFragment;
    followerOnly: boolean;
    recipient: string;
    referralFee: number;
    type: OpenActionModuleType;
}

Type declaration