mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-26 02:11:56 +00:00
feat: Add vault through utils + sdk
This commit is contained in:
@@ -398,7 +398,7 @@ export type Effects = {
|
||||
|
||||
vault: {
|
||||
list(): Promise<string[]>
|
||||
get(opt: { key: string }): Promise<string>
|
||||
get(opt: { key: string; callback: () => void }): Promise<string>
|
||||
set(opt: { key: string; value: string }): Promise<void>
|
||||
move(opt: { fromKey: string; toKey: string }): Promise<void>
|
||||
delete(opt: { key: string }): Promise<void>
|
||||
|
||||
Reference in New Issue
Block a user