UNPKG

@artsy/cohesion

Version:
15 lines (14 loc) 348 B
/** * All push notification types available for iOS * * @packageDocumentation */ export declare enum PushNotificationType { lotOpeningSoon = "lotOpeningSoon", newWorks = "newWorks", newSales = "newSales", outbid = "outbid", promotion = "promotion", purchase = "purchase", saleOpeningClosing = "saleOpeningClosing" }