Skip to content

Commit

Permalink
removed unused types
Browse files Browse the repository at this point in the history
  • Loading branch information
Bahugunajii committed Jul 22, 2024
1 parent 8af03d6 commit 2c8f613
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions app/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,21 +147,3 @@ export interface SessionOccurrence {
export interface MessageDisplayProps {
message: string;
}

// Add these to your existing types.ts file
export interface GroupUser {
group_id: string;
// Add other properties as needed
}

export interface Group {
id: string;
type: string;
child_id: string;
// Add other properties as needed
}

export interface AuthGroup {
id: string;
name: string;
}

0 comments on commit 2c8f613

Please sign in to comment.