import type { UpgradeCheckResponseModel } from '../core/backend-api/index.js'; /** * @deprecated This type is deprecated and will be removed in Umbraco 19. It is no longer possible to check for updates from the backoffice. */ export type UmbServerUpgradeCheck = UpgradeCheckResponseModel & { expires: string; version?: string; createdAt?: string; };