mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-21 05:10:41 +00:00
Improve app startup and route fallbacks
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import type { Cipher, Folder } from './types';
|
||||
import type { Cipher, Folder, Send } from './types';
|
||||
|
||||
export interface VaultCoreSnapshot {
|
||||
ciphers: Cipher[];
|
||||
folders: Folder[];
|
||||
sends: Send[];
|
||||
}
|
||||
|
||||
interface VaultCoreCacheRecord {
|
||||
|
||||
Reference in New Issue
Block a user