The params for the useRevealLazyMint hook mutation.
type RevealLazyMintInput = { batchId: BigNumberish; password: string;};
type batchId = BigNumberish;
type password = string;