wip: prepare endpoints

This commit is contained in:
Carlos Valente
2023-11-22 22:30:31 +01:00
parent f39c8b46bb
commit cdca5eaad3
8 changed files with 73 additions and 58 deletions
@@ -1,6 +1,4 @@
import { Subscription } from './Subscription.type.js';
export interface HTTPSettings {
enabledOut: boolean;
subscriptions: Subscription;