mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-04-11 04:19:26 -07:00
Overlay 2.0 (#12)
This commit is contained in:
@@ -12,7 +12,9 @@ type ConfigWithAnilistToken = {
|
||||
};
|
||||
};
|
||||
|
||||
export function createRefreshAnilistClientSecretStateHandler<TConfig extends ConfigWithAnilistToken>(deps: {
|
||||
export function createRefreshAnilistClientSecretStateHandler<
|
||||
TConfig extends ConfigWithAnilistToken,
|
||||
>(deps: {
|
||||
getResolvedConfig: () => TConfig;
|
||||
isAnilistTrackingEnabled: (config: TConfig) => boolean;
|
||||
getCachedAccessToken: () => string | null;
|
||||
|
||||
Reference in New Issue
Block a user