mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
Add SubscriptionStatusResponse interface
Added SubscriptionStatusResponse interface for subscription status.
This commit is contained in:
@@ -86,6 +86,12 @@ export interface Subscription {
|
||||
tariff_name?: string;
|
||||
}
|
||||
|
||||
// Response wrapper for subscription status endpoint
|
||||
export interface SubscriptionStatusResponse {
|
||||
has_subscription: boolean;
|
||||
subscription: Subscription | null;
|
||||
}
|
||||
|
||||
// Device types
|
||||
export interface Device {
|
||||
hwid: string;
|
||||
|
||||
Reference in New Issue
Block a user