Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add attributes id in type WebhookUserSchema #3675

Open
2 tasks done
xojlodok opened this issue Jan 10, 2025 · 0 comments
Open
2 tasks done

add attributes id in type WebhookUserSchema #3675

xojlodok opened this issue Jan 10, 2025 · 0 comments
Labels
type:types Adding or enhancing typescript types

Comments

@xojlodok
Copy link

Description

in continuation of #3661

https://github.com/jdalrymple/gitbeaker/pull/3671/files#diff-27ccb9af04ce055e5245a786a8d2c51d3edaf397d02258b7e264c1485a335a17R67

add attributes id in type WebhookUserSchema

Possible solutions

export type WebhookUserSchema = Pick<SimpleUserSchema, 'id' | 'name' | 'username' | 'avatar_url'>;

Checklist

  • I have checked that this is not a duplicate issue.
  • I have read the documentation.
@jdalrymple jdalrymple added the type:types Adding or enhancing typescript types label Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:types Adding or enhancing typescript types
Projects
None yet
Development

No branches or pull requests

2 participants