mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-24 22:09:08 +08:00
feat(admin): add server version check (#10816)
This commit is contained in:
@@ -2143,6 +2143,13 @@ export type AdminServerConfigQuery = {
|
||||
maxLength: number;
|
||||
};
|
||||
};
|
||||
availableUpgrade: {
|
||||
__typename?: 'ReleaseVersionType';
|
||||
changelog: string;
|
||||
version: string;
|
||||
publishedAt: string;
|
||||
url: string;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user