interface UserProfilesByIdsResponse {
    items?: UserProfileItem[];
}

Properties

Properties

items?: UserProfileItem[]