interface UserContextUpdate {
    criteria: UserContextUpdateCriteria[];
    userContext: UserContext;
}

Properties

userContext: UserContext