@typed-discord/rest
    Preparing search index...

    Interface PurchaseNotificationResponse

    interface PurchaseNotificationResponse {
        guild_product_purchase?: GuildProductPurchaseResponse;
        type: GUILD_PRODUCT;
    }
    Index

    Properties

    guild_product_purchase?: GuildProductPurchaseResponse