mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-30 02:23:47 +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;
|
tariff_name?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Response wrapper for subscription status endpoint
|
||||||
|
export interface SubscriptionStatusResponse {
|
||||||
|
has_subscription: boolean;
|
||||||
|
subscription: Subscription | null;
|
||||||
|
}
|
||||||
|
|
||||||
// Device types
|
// Device types
|
||||||
export interface Device {
|
export interface Device {
|
||||||
hwid: string;
|
hwid: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user