wip
This commit is contained in:
parent
dbeb1856ac
commit
68a2aa3efd
6 changed files with 66 additions and 61 deletions
|
|
@ -119,6 +119,9 @@ describe('schemas', () => {
|
|||
type ServerInfo = Packed<'ServerInfo'>;
|
||||
type ServerInfoAdmin = Packed<'ServerInfoAdmin'>;
|
||||
});
|
||||
test('moderation log', () => {
|
||||
type ModerationLog = Packed<'ModerationLog'>;
|
||||
});
|
||||
test('error', () => {
|
||||
type Error = Packed<'Error'>;
|
||||
type ApiError = Packed<'ApiError'>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue