(amount: string)
| 69 | |
| 70 | // Copy from "OC & Bulk Overages copy" doc (#6 — CLI /usage) |
| 71 | function getUsageText(amount: string): string { |
| 72 | return `${amount} in extra usage for third-party apps · /extra-usage`; |
| 73 | } |
| 74 | |
| 75 | // Copy from "OC & Bulk Overages copy" doc (#4 — CLI Welcome screen). |
| 76 | // Char budgets: title ≤19, subtitle ≤48. |
no outgoing calls
no test coverage detected