Skip to content

Commit 22da2fa

Browse files
author
Juli Ovechkina
authored
fix: remove unused card types (#130)
1 parent 399ce0b commit 22da2fa

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/models/constructor-items/common.ts

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -314,28 +314,12 @@ export interface TitleBaseProps {
314314
}
315315

316316
// card
317-
export interface CardData {
318-
header?: CardHeader;
319-
text?: string;
320-
title?: string;
321-
link?: LinkProps;
322-
footer?: string;
323-
url?: string;
324-
service?: {slug: string; name: string};
325-
links?: LinkProps[];
326-
}
327-
328317
export type CardBorder = 'shadow' | 'line' | 'none';
329318

330319
export interface CardBaseProps {
331320
border?: CardBorder;
332321
}
333322

334-
export interface CardHeader {
335-
title?: string;
336-
image?: ImageProps;
337-
}
338-
339323
//price
340324
export interface PriceDescriptionProps {
341325
title: string;

0 commit comments

Comments
 (0)