keycloak/js/libs/keycloak-admin-client/src/defs/identityProviderMapperTypeR...

10 lines
271 B
TypeScript

import type { ConfigPropertyRepresentation } from "./configPropertyRepresentation.js";
export interface IdentityProviderMapperTypeRepresentation {
id?: string;
name?: string;
category?: string;
helpText?: string;
properties?: ConfigPropertyRepresentation[];
}