mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-07 06:17:55 +00:00
fix: fix group privacy settings typing
This commit is contained in:
parent
9a7da2896e
commit
1ddf662c77
1 changed files with 4 additions and 4 deletions
|
|
@ -1,8 +1,8 @@
|
|||
interface GroupPrivacy {
|
||||
description_privacy?: string | boolean | null;
|
||||
icon_privacy?: string | boolean | null;
|
||||
list_privacy?: string | boolean | null;
|
||||
visibility?: string | boolean | null;
|
||||
description_privacy?: string,
|
||||
icon_privacy?: string,
|
||||
list_privacy?: string,
|
||||
visibility?: string
|
||||
}
|
||||
|
||||
export default class Group {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue