UNPKG
@fmal/cerebral-storage
Version:
latest (1.1.0)
next (1.0.3-1654608821202)
1.1.0
1.0.3-1654608821202
1.0.2
1.0.2-1602948849571
1.0.1
1.0.1-1577985485537
1.0.0
1.0.0-1571050487690
Storage provider for Cerebral
github.com/fmal/monorepo
fmal/monorepo
@fmal/cerebral-storage
/
src
/
factories
/
types.ts
8 lines
(5 loc)
•
177 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
{
IContext
}
from
'cerebral'
;
import
{
StorageProviderInstance
}
from
'../StorageProvider'
;
export
type
ActionCtx
=
IContext
& {
storage
:
StorageProviderInstance
; };