Auto-commit 2026-04-29 16:31
This commit is contained in:
9
node_modules/twilio/lib/rest/FrontlineApi.d.ts
generated
vendored
Normal file
9
node_modules/twilio/lib/rest/FrontlineApi.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import { UserListInstance } from "./frontlineApi/v1/user";
|
||||
import FrontlineApiBase from "./FrontlineApiBase";
|
||||
declare class FrontlineApi extends FrontlineApiBase {
|
||||
/**
|
||||
* @deprecated - Use v1.users instead
|
||||
*/
|
||||
get users(): UserListInstance;
|
||||
}
|
||||
export = FrontlineApi;
|
||||
Reference in New Issue
Block a user