feat: ui updates
This commit is contained in:
@@ -10,6 +10,8 @@ export interface User {
|
||||
id: string; // UUID
|
||||
telegram_id: number;
|
||||
username: string | null;
|
||||
first_name: string | null;
|
||||
last_name: string | null;
|
||||
}
|
||||
|
||||
export interface AuthCompleteResponse {
|
||||
@@ -80,6 +82,8 @@ export interface WorkspaceMemberUser {
|
||||
id: string; // user_id
|
||||
telegram_id: number;
|
||||
username: string | null;
|
||||
first_name: string | null;
|
||||
last_name: string | null;
|
||||
}
|
||||
|
||||
export interface WorkspaceMember {
|
||||
@@ -122,6 +126,8 @@ export interface Project {
|
||||
title: string;
|
||||
username: string | null;
|
||||
status: ProjectStatus;
|
||||
subscribers_count?: number;
|
||||
purchase_invite_type_default?: "public" | "approval";
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user