This commit is contained in:
tamaina
2023-05-29 16:26:16 +00:00
parent 78558eb666
commit 07bbadbbdc
5 changed files with 117 additions and 91 deletions

View File

@@ -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'>;