add comment

This commit is contained in:
Abhinav 2022-12-23 16:24:09 +05:30
parent d8b03e5b47
commit 1355b8dc60

View file

@ -11,6 +11,7 @@ import {
export interface EncryptedCollection {
id: number;
owner: User;
// collection name was unencrypted in the past, so we need to keep it as optional
name?: string;
encryptedKey: string;
keyDecryptionNonce: string;