🗑️ Remove deprecated code (#1225)
This commit is contained in:
@@ -23,6 +23,9 @@ interface AppBehaviourType {
|
||||
|
||||
interface AppNetworkType {
|
||||
enabledStatusChecker: boolean;
|
||||
/**
|
||||
* @deprecated replaced by statusCodes
|
||||
*/
|
||||
okStatus?: number[];
|
||||
statusCodes: string[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user