Auto-commit 2026-04-29 16:31
This commit is contained in:
10
node_modules/twilio/lib/base/ValidationClient.d.ts
generated
vendored
Normal file
10
node_modules/twilio/lib/base/ValidationClient.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
declare namespace ValidationClient {
|
||||
interface ValidationClientOptions {
|
||||
accountSid: string;
|
||||
credentialSid: string;
|
||||
signingKey: string;
|
||||
privateKey: string;
|
||||
algorithm?: string;
|
||||
}
|
||||
}
|
||||
export = ValidationClient;
|
||||
Reference in New Issue
Block a user