[offers][fix] fix typo of types

This commit is contained in:
Stuart Long Chay Boon
2022-10-29 21:51:10 +08:00
parent 6bed79f1fd
commit 763e8f0332

View File

@ -188,7 +188,7 @@ export type AddToProfileResponse = {
export type UserProfile = { export type UserProfile = {
createdAt: Date; createdAt: Date;
id: string; id: string;
offers: Array<UserProfileOffers>; offers: Array<UserProfileOffer>;
profileName: string; profileName: string;
token: string; token: string;
} }