RevealLazyMintInput

The params for the useRevealLazyMint hook mutation.

type RevealLazyMintInput = {
batchId: BigNumberish;
password: string;
};