feat: purchase-plans page global update

This commit is contained in:
ivannoskov
2026-03-04 08:29:11 +03:00
parent ef903f1b23
commit 6a7b4dedcd
8 changed files with 690 additions and 223 deletions

View File

@@ -221,6 +221,7 @@ export interface CreativeMediaItem {
media_type: string;
media_file_id: string;
position: number;
s3_url?: string | null;
}
export interface CreativeButton {