mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-12-29 17:15:34 +01:00
9 lines
117 B
TypeScript
9 lines
117 B
TypeScript
interface Health {
|
|
source: string;
|
|
type: string;
|
|
message: string;
|
|
wikiUrl: string;
|
|
}
|
|
|
|
export default Health;
|