🚑️ Ping array (#823)

This commit is contained in:
Manuel
2023-04-21 10:21:34 +02:00
committed by GitHub
parent f4d936e3e5
commit 5a6c039f5b
6 changed files with 23 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ interface AppBehaviourType {
interface AppNetworkType {
enabledStatusChecker: boolean;
okStatus?: number[];
statusCodes: string[];
}