Sim comun para nos

This commit is contained in:
2026-05-08 12:06:24 +02:00
parent 08c972e720
commit 410f659db0
8 changed files with 93 additions and 12 deletions

View File

@@ -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 = {