UNPKG

@adyen/api-library

Version:

The Adyen API Library for NodeJS enables you to work with Adyen APIs.

9 lines (8 loc) 182 B
/** * Possible values: * **SoundRef** * **MessageRef** * **Text** */ export declare enum SoundFormat { SoundRef = "SoundRef", MessageRef = "MessageRef", Text = "Text" }