Skip to content

Commit

Permalink
feat(shared/types): create media
Browse files Browse the repository at this point in the history
  • Loading branch information
HasithDeAlwis authored and MFarabi619 committed Nov 21, 2024
1 parent b8f8244 commit aa317c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libs/shared/types/media.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export interface Media {
src: string
alt: string
}
Empty file removed libs/shared/types/type.ts
Empty file.

0 comments on commit aa317c2

Please sign in to comment.