// stores the decryption of the field designations in the transmitted metaData
export default [
  {
    oneLetterKey: 'a',
    fullNameKey: 'userAgent',
  },
  {
    oneLetterKey: 'c',
    fullNameKey: 'capturedMethod',
  },
  {
    oneLetterKey: 'l',
    fullNameKey: 'logs',
  },
  {
    oneLetterKey: 's',
    fullNameKey: 'steps',
  },
  {
    oneLetterKey: 'v',
    fullNameKey: 'version',
  },
];
