Represents the parameters for the "getFollowData" function.
type GetFollowDataParams = { followTokenId: AbiParameterToPrimitiveType<{ name: "followTokenId"; type: "uint256"; }>;};
type followTokenId = AbiParameterToPrimitiveType<{ name: "followTokenId"; type: "uint256";}>;