LoadDataSet

import { DecryptionKey } from './DecryptionKey';

export interface LoadDataSet {
  Url: string;
  DecryptionKey: DecryptionKey;
}

{
  "Url": "String",
  "DecryptionKey": "DecryptionKey"
}

References

Last Updated:
Contributors: Elliott Cooper, Matthew Satti