Skip to content

Commit

Permalink
Update Invitation type to specify that "used_by" property is an array…
Browse files Browse the repository at this point in the history
… of numbers.

- Specify "used_by" property as an array of numbers in Invitation type.
  • Loading branch information
realashleybailey committed Sep 24, 2023
1 parent f0a7dba commit 22b88f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/types/api/invitations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ export interface Invitation {
unlimited: boolean;
used: boolean;
used_at: any;
used_by: any;
used_by: Array<number>;
}

0 comments on commit 22b88f5

Please sign in to comment.