Auto-commit 2026-04-29 16:31
This commit is contained in:
7
node_modules/twilio/lib/http/response.d.ts
generated
vendored
Normal file
7
node_modules/twilio/lib/http/response.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
export default class Response<TPayload> {
|
||||
statusCode: number;
|
||||
body: TPayload;
|
||||
headers: any;
|
||||
constructor(statusCode: number, body: TPayload, headers: any);
|
||||
toString(): string;
|
||||
}
|
||||
Reference in New Issue
Block a user