mirror of
https://github.com/kmc7468/arkvault.git
synced 2025-12-16 23:18:48 +00:00
사소한 리팩토링
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export type Ciphertext = {
|
||||
export interface Ciphertext {
|
||||
ciphertext: string; // Base64
|
||||
iv: string; // Base64
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user