add attributes id
in type WebhookUserSchema
#3675
Labels
type:types
Adding or enhancing typescript types
id
in type WebhookUserSchema
#3675
Description
in continuation of #3661
https://github.com/jdalrymple/gitbeaker/pull/3671/files#diff-27ccb9af04ce055e5245a786a8d2c51d3edaf397d02258b7e264c1485a335a17R67
add attributes
id
in typeWebhookUserSchema
Possible solutions
export type WebhookUserSchema = Pick<SimpleUserSchema, 'id' | 'name' | 'username' | 'avatar_url'>;
Checklist
The text was updated successfully, but these errors were encountered: