@kilterset/auth0-actions-testing
Version:
Test and develop Auth0 Actions or Okta CIC Actions locally.
12 lines • 399 B
TypeScript
import Auth0 from "../../types";
export interface SendPhoneMessageOptions {
cache?: Record<string, string>;
}
export interface SendPhoneMessageState {
cache: Auth0.API.Cache;
}
export declare function sendPhoneMessage({ cache }?: SendPhoneMessageOptions): {
implementation: Auth0.API.SendPhoneMessage;
state: SendPhoneMessageState;
};
//# sourceMappingURL=send-phone-message.d.ts.map