wip
This commit is contained in:
parent
78558eb666
commit
07bbadbbdc
5 changed files with 117 additions and 91 deletions
|
|
@ -110,6 +110,15 @@ describe('schemas', () => {
|
|||
test('abuse user report', () => {
|
||||
type AbuseUserReport = Packed<'AbuseUserReport'>;
|
||||
});
|
||||
test('meta', () => {
|
||||
type MetaShared = Packed<'InstanceMetaShared'>;
|
||||
//type Meta = Packed<'InstanceMeta'>;
|
||||
type MetaAdmin = Packed<'InstanceMetaAdmin'>;
|
||||
});
|
||||
test('server info', () => {
|
||||
type ServerInfo = Packed<'ServerInfo'>;
|
||||
type ServerInfoAdmin = Packed<'ServerInfoAdmin'>;
|
||||
});
|
||||
test('error', () => {
|
||||
type Error = Packed<'Error'>;
|
||||
type ApiError = Packed<'ApiError'>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue