export default interface IdentityProviderMapperRepresentation { config?: any; id?: string; identityProviderAlias?: string; identityProviderMapper?: string; name?: string; }