LoadDataSet
import { DecryptionKey } from './DecryptionKey';
export interface LoadDataSet {
Url: string;
DecryptionKey: DecryptionKey;
}
{
"Url": "String",
"DecryptionKey": "DecryptionKey"
}
LoadDataSet
import { DecryptionKey } from './DecryptionKey';
export interface LoadDataSet {
Url: string;
DecryptionKey: DecryptionKey;
}
{
"Url": "String",
"DecryptionKey": "DecryptionKey"
}