UNPKG

@kilterset/auth0-actions-testing

Version:

Test and develop Auth0 Actions or Okta CIC Actions locally.

9 lines (8 loc) 128 B
export interface Connection { id: string; name: string; strategy: string; metadata: { [key: string]: string; }; }