mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-21 16:25:11 +02:00
refactor: pretty much the whole backend module hierarchy
This commit is contained in:
@@ -24,6 +24,7 @@ export type SourceProviderSettingsTemplate = Record<
|
||||
export type UserContext = {
|
||||
userId: string;
|
||||
token: string;
|
||||
sourceId: string;
|
||||
settings: SourceProviderSettings;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user