diff --git a/src/types.ts b/src/types.ts index cbfdc9869..81375e57d 100644 --- a/src/types.ts +++ b/src/types.ts @@ -888,6 +888,7 @@ export type UserResponse = CustomUserData & { teams_role?: TeamsRole; updated_at?: string; username?: string; + avg_response_time?: number; }; export type TeamsRole = { [team: string]: string }; @@ -2254,6 +2255,7 @@ export type AppSettings = { sqs_key?: string; sqs_secret?: string; sqs_url?: string; + user_response_time_enabled?: boolean; video_provider?: string; webhook_events?: Array | null; webhook_url?: string;