fix: fix group privacy settings typing
This commit is contained in:
		@@ -1,8 +1,8 @@
 | 
				
			|||||||
interface GroupPrivacy {
 | 
					interface GroupPrivacy {
 | 
				
			||||||
    description_privacy?: string | boolean | null;
 | 
					    description_privacy?: string,
 | 
				
			||||||
    icon_privacy?: string | boolean | null;
 | 
					    icon_privacy?: string,
 | 
				
			||||||
    list_privacy?: string | boolean | null;
 | 
					    list_privacy?: string,
 | 
				
			||||||
    visibility?: string | boolean | null;
 | 
					    visibility?: string
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export default class Group {
 | 
					export default class Group {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user