This commit is contained in:
tamaina
2023-05-29 17:03:20 +00:00
parent 931cea75b6
commit 3918473e29
5 changed files with 112 additions and 8 deletions

View File

@@ -107,7 +107,7 @@ export type DetailedInstanceMetadata = LiteInstanceMetadata & {
export type InstanceMetadata = LiteInstanceMetadata | DetailedInstanceMetadata;
export type ServerInfo = Selialized<Packed<'ServerInfo'>>;
export type ServerInfo = Serialized<Packed<'ServerInfo'>>;
export type Stats = {
notesCount: number;