DecryptionKey
export interface DecryptionKey {
Key: string;
Iv: string;
}
{
"Key": "String",
"Iv": "String"
}
DecryptionKey
export interface DecryptionKey {
Key: string;
Iv: string;
}
{
"Key": "String",
"Iv": "String"
}