feat: remove skyll_enabled attribute and related functionality from gateways
This commit is contained in:
@@ -10,7 +10,6 @@ export interface GatewayRead {
|
||||
id: string;
|
||||
main_session_key: string;
|
||||
name: string;
|
||||
skyll_enabled?: boolean;
|
||||
token?: string | null;
|
||||
updated_at: string;
|
||||
url: string;
|
||||
|
||||
Reference in New Issue
Block a user