RemoveParams

Represents the parameters for the "remove" function.

type RemoveParams = WithOverrides<{
chainId: AbiParameterToPrimitiveType<{
name: "_chainId";
type: "uint256";
}>;
deployer: AbiParameterToPrimitiveType<{
name: "_deployer";
type: "address";
}>;
deployment: AbiParameterToPrimitiveType<{
name: "_deployment";
type: "address";
}>;
}>;