typings
This commit is contained in:
parent
8a9916893a
commit
f908620c46
@ -181,4 +181,13 @@ export type RegistrationInvite = {
|
|||||||
code: string,
|
code: string,
|
||||||
validFor: number,
|
validFor: number,
|
||||||
created: number
|
created: number
|
||||||
|
}
|
||||||
|
|
||||||
|
// Types for these don't matter for the server as they're only used by the client
|
||||||
|
export type GlobalClientSettings = object
|
||||||
|
export type UserClientSettings = object
|
||||||
|
|
||||||
|
export type ClientSettings = {
|
||||||
|
global: GlobalClientSettings,
|
||||||
|
user?: UserClientSettings
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user