refactor: pretty much the whole backend module hierarchy

This commit is contained in:
Aleksi Lassila
2025-02-11 02:40:41 +02:00
parent 6969525464
commit fa27f19975
96 changed files with 1786 additions and 2033 deletions

View File

@@ -24,6 +24,7 @@ export type SourceProviderSettingsTemplate = Record<
export type UserContext = {
userId: string;
token: string;
sourceId: string;
settings: SourceProviderSettings;
};