fix and update
This commit is contained in:
@@ -649,6 +649,12 @@ export interface ActiveDevice {
|
||||
trusted: boolean;
|
||||
}
|
||||
|
||||
export interface AdminInsightsPeriodMeta {
|
||||
retentionDays: number;
|
||||
periodFrom: string;
|
||||
periodTo: string;
|
||||
}
|
||||
|
||||
export interface SignInEvent {
|
||||
id: string;
|
||||
success: boolean;
|
||||
@@ -701,6 +707,9 @@ export interface AdminChatMessage {
|
||||
roomId?: string;
|
||||
roomName?: string;
|
||||
groupName?: string;
|
||||
storageKey?: string;
|
||||
mimeType?: string;
|
||||
metadataJson?: string;
|
||||
}
|
||||
|
||||
export interface ActiveSession {
|
||||
|
||||
Reference in New Issue
Block a user