mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 12:43:12 +08:00
[offers][fix] fix typo of types
This commit is contained in:
2
apps/portal/src/types/offers.d.ts
vendored
2
apps/portal/src/types/offers.d.ts
vendored
@ -188,7 +188,7 @@ export type AddToProfileResponse = {
|
||||
export type UserProfile = {
|
||||
createdAt: Date;
|
||||
id: string;
|
||||
offers: Array<UserProfileOffers>;
|
||||
offers: Array<UserProfileOffer>;
|
||||
profileName: string;
|
||||
token: string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user