import type { SystemInfoV3 } from '../schemas/SystemInfoV3'; export interface SystemInfoResponseV3Response { data: SystemInfoV3; }