index.ts 129 B

1234567
  1. const indexTrans = {
  2. type: 'Index Type',
  3. param: 'Index Parameters',
  4. create: 'Create Index',
  5. };
  6. export default indexTrans;