Type Alias UserPreference
UserPreference: {
defaultHttpSessionMaxInactiveInterval: number;
httpSessionMaxInactiveInterval: number | null;
id: number;
}
Type declaration
defaultHttpSessionMaxInactiveInterval: number
httpSessionMaxInactiveInterval: number | null
id: number