Simple Managment webapp [LLM]
This commit is contained in:
@@ -31,5 +31,6 @@ export interface ConfirmSubscriptionRequest {
|
||||
export interface SubscriptionListResponse {
|
||||
subscriptions: Subscription[];
|
||||
next_page_token?: string;
|
||||
page_size?: number;
|
||||
page_size: number;
|
||||
total_count: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user