SyncGroupSchema interface  
Properties of sync group schema.
Properties
| master | 
	Name of master sync member where the schema is from.  | 
| tables | List of tables in sync group schema.  | 
Property Details
		masterSyncMemberName
	   
	Name of master sync member where the schema is from.
masterSyncMemberName?: string
				Property Value
string
tables
List of tables in sync group schema.
tables?: SyncGroupSchemaTable[]