Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2023
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const someExamples = {
  2.   servers: {
  3.     schema: {
  4.       id: '',
  5.       parent_id: '',
  6.       server_id: '',
  7.       name: ''
  8.     },
  9.     indexes: ['id', 'parent_id', 'server_id', 'asd']
  10.   },
  11.   synchronization: {
  12.     schema: {
  13.       sync_id: '',
  14.       server_id: '',
  15.       some_field: ''
  16.     },
  17.     indexes: ['server_id', 'sync_id']
  18.   }
  19. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement