Skip to content

Commit

Permalink
TL frame WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
sphinxrave committed Jan 1, 2025
1 parent def1ac6 commit 4448e7b
Show file tree
Hide file tree
Showing 3 changed files with 316 additions and 75 deletions.
6 changes: 6 additions & 0 deletions packages/react/src/components/tldex/tl-client/Speaker.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
export interface Speaker {
id: number;
name: string;
prefix: string;
suffix: string;
}
Loading

0 comments on commit 4448e7b

Please sign in to comment.