mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 20:52:00 +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 = {
|
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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user