mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-08 14:57:54 +00:00
feat(dashboard): add new privacy fields
This commit is contained in:
parent
73e4120d47
commit
47ed819ea2
5 changed files with 13 additions and 3 deletions
|
|
@ -5,6 +5,8 @@ export interface SystemPrivacy {
|
|||
front_history_privacy?: string,
|
||||
group_list_privacy?: string,
|
||||
pronoun_privacy?: string,
|
||||
avatar_privacy?: string,
|
||||
name_privacy?: string
|
||||
}
|
||||
|
||||
export interface System {
|
||||
|
|
@ -40,7 +42,8 @@ export interface MemberPrivacy {
|
|||
birthday_privacy?: string,
|
||||
pronoun_privacy?: string,
|
||||
avatar_privacy?: string,
|
||||
metadata_privacy?: string
|
||||
metadata_privacy?: string,
|
||||
proxy_privacy?: string
|
||||
}
|
||||
|
||||
interface proxytag {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue