mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-13 01:00:12 +00:00
update group privacy types
This commit is contained in:
parent
2c0cd35d8e
commit
23c703e81f
1 changed files with 3 additions and 1 deletions
|
|
@ -57,7 +57,9 @@ export interface GroupPrivacy {
|
||||||
description_privacy?: string,
|
description_privacy?: string,
|
||||||
icon_privacy?: string,
|
icon_privacy?: string,
|
||||||
list_privacy?: string,
|
list_privacy?: string,
|
||||||
visibility?: string
|
visibility?: string,
|
||||||
|
name_privacy?: string,
|
||||||
|
metadata_privacy?: string
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface Group {
|
export interface Group {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue