interface EncryptionKeyEntry {
    index: number;
    key: string;
}

Properties

Properties

index: number
key: string