WebApp: Fix channel-detail page for non-owned channels
This commit is contained in:
@@ -19,8 +19,10 @@ export interface ClientListResponse {
|
||||
|
||||
export interface ClientPreview {
|
||||
client_id: string;
|
||||
user_id: string;
|
||||
name: string | null;
|
||||
type: ClientType;
|
||||
timestamp_created: string;
|
||||
agent_model: string;
|
||||
agent_version: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user