amotify 0.0.20 → 0.0.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/@types/amot.tsx CHANGED
@@ -23,6 +23,7 @@ declare global {
23
23
  namespace config {
24
24
  interface Methods {
25
25
  version: string
26
+ launchID: string
26
27
  tone: amotify.ToneTypes
27
28
  themeColor: amotify.ThemeColorTypes
28
29
  darkMode: amotify.DarkModeTypes