feat(dashboard): add system pronouns + editing (I forgot to)

This commit is contained in:
Jake Fulmine
2022-08-22 13:56:06 +02:00
parent 34926660c8
commit 45bbc26ff3
3 changed files with 18 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ export interface System {
created?: string;
privacy?: SystemPrivacy;
color?: string;
pronouns?: string;
}
export interface Config {