crisp-im / crisp-im/node-crisp-api
Property "url" missing for PeopleProfileCardPersonProfile
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 112
- Forks
- 41
- PR merge metrics
- No merged PRs in 30d
Description
export interface PeopleProfileCardPersonProfile {
type?: string;
handle?: string;
}
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the TypeScript definition for PeopleProfileCardPersonProfile and compare it with the profile payload or related interfaces. Add the missing url property with the expected type, then verify the type definitions still compile and the interface matches the API response.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100