Preparing search index...
The search index is not available
@jackdbd/secret-manager-utils
@jackdbd/secret-manager-utils
Store
Interface Store<T>
interface
Store
<
T
>
{
persist
:
(
(
data
:
T
)
=>
Promise
<
void
>
)
;
retrieve
:
(
(
)
=>
Promise
<
T
>
)
;
}
Type Parameters
T
Index
Properties
persist
retrieve
Properties
persist
persist
:
(
(
data
:
T
)
=>
Promise
<
void
>
)
retrieve
retrieve
:
(
(
)
=>
Promise
<
T
>
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
persist
retrieve
@jackdbd/secret-manager-utils
Loading...