interface DecryptFileProps {
    file: AcceptedFileType;
    symmetricKey: SymmetricKey;
}

Properties

Properties

symmetricKey: SymmetricKey