mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-29 18:13:47 +00:00
FIX PR Problems
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user