import { AccountUserProfileEntity } from './AccountUserProfileEntity'; export interface AccountUserProfileResponse { _embedded: { users: AccountUserProfileEntity[]; }; }