@kilterset/auth0-actions-testing
Version:
Test and develop Auth0 Actions or Okta CIC Actions locally.
11 lines • 401 B
TypeScript
import Auth0 from "../types";
export declare const organization: (attributes?: {
[x: string]: unknown;
display_name?: string | undefined;
id?: string | undefined;
metadata?: {
[x: string]: string | undefined;
} | undefined;
name?: string | undefined;
} | undefined, transient?: Partial<any> | undefined) => Auth0.Organization;
//# sourceMappingURL=organization.d.ts.map