Skip to content

Commit 67557e4

Browse files
committed
Fix CodeExample interface
1 parent 9aadd92 commit 67557e4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/lib/interfaces.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,14 @@ export interface IGetInvolvedCard {
164164
* Codeblock
165165
*/
166166

167-
export interface CodeExample extends ITitleCardItem {
167+
export interface CodeExample {
168+
title: string
169+
description: string
170+
caption?: string
171+
link?: string
172+
image?: string
173+
alt?: string
174+
id?: number
168175
codeLanguage: string
169176
code: string
170177
eventName: string

0 commit comments

Comments
 (0)