mirror of
https://github.com/Xevion/banner.git
synced 2026-02-01 02:23:45 -06:00
6 lines
349 B
TypeScript
6 lines
349 B
TypeScript
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
|
import type { ServiceInfo } from "./ServiceInfo";
|
|
import type { ServiceStatus } from "./ServiceStatus";
|
|
|
|
export type StatusResponse = { status: ServiceStatus, version: string, commit: string, services: { [key in string]?: ServiceInfo }, };
|