UNPKG

@authup/core-kit

Version:

Package containing global constants, types & interfaces.

9 lines 317 B
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