Skip to content

Commit

Permalink
Add csrf token to User type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
mjturt committed Aug 21, 2023
1 parent a0d88db commit 188747f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/benefit/shared/src/types/application.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,7 @@ export type User = {
lastName: string;
termsOfServiceApprovalNeeded: boolean;
termsOfServiceInEffect: TermsOfServiceInEffect;
csrfToken: string;
};

export type ApproveTermsOfServiceResponseData = {
Expand Down

0 comments on commit 188747f

Please sign in to comment.