aboutsummaryrefslogtreecommitdiff
path: root/src/app/identity-api.ts
blob: f15d41aec155ad2b9cdd82719e44e37ecb61fd67 (plain) (blame)
1
2
3
4
5
export class IdentityAPI{
  id: string;
  name: string;
  type: string;
}