Skip to content

Commit

Permalink
Fix CodeExample interface
Browse files Browse the repository at this point in the history
  • Loading branch information
minimalsm committed Sep 25, 2024
1 parent 9aadd92 commit 67557e4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/lib/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,14 @@ export interface IGetInvolvedCard {
* Codeblock
*/

export interface CodeExample extends ITitleCardItem {
export interface CodeExample {
title: string
description: string
caption?: string
link?: string
image?: string
alt?: string
id?: number
codeLanguage: string
code: string
eventName: string
Expand Down

0 comments on commit 67557e4

Please sign in to comment.