mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-15 10:10:12 +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 {
|
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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue