@idscan/idvc2
Version:
component for the capturing documents
24 lines (23 loc) • 403 B
text/typescript
// 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',
},
];