UNPKG

inet-core

Version:
8 lines (7 loc) 229 B
import { UserProfile } from "./user-profile"; import { UserAttribute } from "./user-attribute"; export interface UserResponseData { user: UserProfile; attributes: UserAttribute[]; glcontactprofileload: UserProfile; }