Skip to content

Commit

Permalink
tweaked type for event-attendance specific contact
Browse files Browse the repository at this point in the history
  • Loading branch information
seesjays committed May 5, 2023
1 parent 7249e95 commit 30e1ae7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions types/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,9 @@ type memberType = {

interface memberAttendanceType extends memberType
{
event_id: string;
swag: boolean;
event_attendance: {
timestamp: string;
swag: boolean;
};
event_timestamp: string;
};

type textInputProps = {
Expand Down

0 comments on commit 30e1ae7

Please sign in to comment.