mirror of https://github.com/ghostfolio/ghostfolio
2 changed files with 10 additions and 1 deletions
@ -0,0 +1,7 @@ |
|||
export interface BetterStackUptimeSlaResponse { |
|||
data: { |
|||
attributes: { |
|||
availability: number; |
|||
}; |
|||
}; |
|||
} |
|||
Loading…
Reference in new issue