Sim comun para nos
This commit is contained in:
@@ -103,7 +103,7 @@ export namespace NosApi {
|
||||
|
||||
export type NetworkState = {
|
||||
currentStateId: number
|
||||
currentState: string
|
||||
currentState: "active" | "barred" | "terminated"
|
||||
isTransferring: boolean
|
||||
lastTransferred: number
|
||||
isOnline: boolean
|
||||
@@ -112,7 +112,7 @@ export namespace NosApi {
|
||||
|
||||
export type BillingState = {
|
||||
currentStateId: number
|
||||
currentState: string
|
||||
currentState: "active" | "terminated"
|
||||
}
|
||||
|
||||
export type BarData = {
|
||||
|
||||
Reference in New Issue
Block a user