const.ts 319 B

12345678910
  1. export const tagOptions = [
  2. { label: 'Label.CidAccount', value: 1 },
  3. { label: 'Ucard.KycAuth.item2', value: 2 },
  4. { label: 'Ucard.KycAuth.item3', value: 3 },
  5. ]
  6. export const types = {
  7. third_3ds_otp: 'Ucard.3DSTransaction.s1',
  8. auth_url: 'Ucard.3DSTransaction.s2',
  9. activation_code: 'Ucard.3DSTransaction.s3',
  10. }