Auto-commit 2026-04-29 16:31
This commit is contained in:
13
node_modules/twilio/lib/rest/NotifyBase.d.ts
generated
vendored
Normal file
13
node_modules/twilio/lib/rest/NotifyBase.d.ts
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
import Domain from "../base/Domain";
|
||||
import V1 from "./notify/V1";
|
||||
declare class NotifyBase extends Domain {
|
||||
_v1?: V1;
|
||||
/**
|
||||
* Initialize notify domain
|
||||
*
|
||||
* @param twilio - The twilio client
|
||||
*/
|
||||
constructor(twilio: any);
|
||||
get v1(): V1;
|
||||
}
|
||||
export = NotifyBase;
|
||||
Reference in New Issue
Block a user