feat: add organization-related models and update schemas for organization management
This commit is contained in:
@@ -11,6 +11,7 @@ export interface GatewayRead {
|
||||
main_session_key: string;
|
||||
workspace_root: string;
|
||||
id: string;
|
||||
organization_id: string;
|
||||
token?: string | null;
|
||||
created_at: string;
|
||||
updated_at: string;
|
||||
|
||||
Reference in New Issue
Block a user