Provides additional TypeScript typing support by narrowing the product type to BlindMintProduct
Example
constproduct=awaitsdk.getProduct('31231232')if (!isBlindMintProduct(product)) {thrownewError('Is not a blind mint instance')}// product is now BlindMintProduct