mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 21:00:41 +00:00
feat: add folder creation date and sorting functionality in Vault components
This commit is contained in:
@@ -25,6 +25,8 @@ export interface Folder {
|
||||
id: string;
|
||||
name: string;
|
||||
decName?: string;
|
||||
revisionDate?: string;
|
||||
creationDate?: string;
|
||||
}
|
||||
|
||||
export interface CipherLoginUri {
|
||||
|
||||
Reference in New Issue
Block a user