FIX PR Problems

This commit is contained in:
firewookie
2026-03-10 15:28:46 +05:00
parent fd84df0020
commit 0e3cf30341
7 changed files with 136 additions and 84 deletions

View File

@@ -586,6 +586,11 @@ export interface SavedCard {
created_at: string;
}
export interface SavedCardsResponse {
cards: SavedCard[];
recurrent_enabled: boolean;
}
// Ticket notifications types
export interface TicketNotification {
id: number;