import { UserProfile } from "./user-profile"; import { UserAttribute } from "./user-attribute"; export interface UserResponseData { user: UserProfile; attributes: UserAttribute[]; glcontactprofileload: UserProfile; }