Skip to content

Commit

Permalink
feat(type): UserAuth
Browse files Browse the repository at this point in the history
Co-authored-by: Mohammad Honarvar <mohammadhonarvar@users.noreply.github.com>
  • Loading branch information
AliMD and mohammadhonarvar committed May 7, 2023
1 parent aff0853 commit c902144
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions core/type/src/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,8 @@ export interface User extends AlwatrDocumentObject {
*/
postalCode?: string;
}

export interface UserAuth {
id: string;
token: string;
}

0 comments on commit c902144

Please sign in to comment.