@openzeppelin/relayer-sdk
Version:
OpenZeppelin Relayer SDK
20 lines (19 loc) • 442 B
TypeScript
/**
* OpenZeppelin Relayer API
* OpenZeppelin Relayer API
*
* The version of the OpenAPI document: 1.0.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
* Notification type enum used by both config file and API
* @export
* @enum {string}
*/
export declare enum NotificationType {
WEBHOOK = "webhook"
}