UNPKG

@kilterset/auth0-actions-testing

Version:

Test and develop Auth0 Actions or Okta CIC Actions locally.

10 lines (8 loc) 207 B
import { User } from "../user"; import { Cache } from "./cache"; export interface PostUserRegistration { /** * Store and retrieve data that persists across executions. */ readonly cache: Cache; }