feat(backend): add data export
This commit is contained in:
parent
ded9d06e4a
commit
15109819df
13 changed files with 559 additions and 4 deletions
|
@ -102,6 +102,7 @@ export enum ErrorCode {
|
|||
InvitesDisabled = 1008,
|
||||
InviteLimitReached = 1009,
|
||||
InviteAlreadyUsed = 1010,
|
||||
RecentExport = 1012,
|
||||
|
||||
UserNotFound = 2001,
|
||||
|
||||
|
@ -109,6 +110,7 @@ export enum ErrorCode {
|
|||
MemberLimitReached = 3002,
|
||||
|
||||
RequestTooBig = 4001,
|
||||
MissingPermissions = 4002,
|
||||
}
|
||||
|
||||
export const pronounDisplay = (entry: Pronoun) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue