🐛 rename okStatus to statusCodes

This commit is contained in:
ajnart
2023-01-19 22:28:11 +09:00
committed by Manuel
parent 1e046e8193
commit 41da97feaf
6 changed files with 6 additions and 6 deletions

View File

@@ -22,7 +22,7 @@ interface AppBehaviourType {
interface AppNetworkType {
enabledStatusChecker: boolean;
okStatus: number[];
statusCodes: number[];
}
interface AppAppearanceType {