diff --git a/source/types.ts b/source/types.ts index 2cacad7..6572efc 100644 --- a/source/types.ts +++ b/source/types.ts @@ -81,7 +81,12 @@ export interface ServerInformation { custom_widget?: Data; default_colors?: string[]; is_nested_subqueries_enabled?: boolean; - license?: string[]; + license?: { + feature_id: string; + quantity: number; + renewal_date: string; + date: string; + }[]; preferred_language?: string; week_startday?: number; workday_length?: number;