import type { IdentityProviderBaseMapping } from '../identity-provider';
export interface IdentityProviderAttributeMapping extends IdentityProviderBaseMapping {
    id: string;
    target_name: string;
    target_value: string | null;
    created_at: Date;
    updated_at: Date;
}
//# sourceMappingURL=entity.d.ts.map