Type Alias TStatus

TStatus: {
    good: boolean;
    online: boolean;
}