Skip to content

Commit

Permalink
feat: modify sign up request body for sync api doc
Browse files Browse the repository at this point in the history
  • Loading branch information
timepresent95 committed Aug 19, 2024
1 parent fb5972a commit d534385
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/api/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ type RequestSignUp = {
email: String;
groupRole: GoupRole;
familyCode: null | string;
alertToken: {
deviceId: string;
type: 'FCM';
value: string;
};
};

type ResponseToken = {
Expand Down

0 comments on commit d534385

Please sign in to comment.