Cashu-TS - v4.5.1
    Preparing search index...

    Type Alias MintQuoteFor<M>

    MintQuoteFor: M extends "bolt11"
        ? string
        | MintQuoteBolt11Response
        : M extends "bolt12" ? MintQuoteBolt12Response : MintQuoteOnchainResponse

    Type Parameters