mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
fix: request cache 类型声明问题
This commit is contained in:
parent
bddff450b7
commit
9681741a05
2
packages/fes-plugin-request/types.d.ts
vendored
2
packages/fes-plugin-request/types.d.ts
vendored
@ -13,7 +13,7 @@ interface RequestPluginOption {
|
|||||||
cache?:
|
cache?:
|
||||||
| boolean
|
| boolean
|
||||||
| {
|
| {
|
||||||
type?: 'ram' | 'sessionStorage' | 'localStorage';
|
cacheType?: 'ram' | 'sessionStorage' | 'localStorage';
|
||||||
cacheTime?: number;
|
cacheTime?: number;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user