Skip to content

Commit

Permalink
feat: add webhook id to prefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Looskie committed Sep 27, 2023
1 parent 0aee556 commit 61f53e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/util/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ export const ID_PREFIXES = [
prefix: 'session',
description: 'Session ID for sessions on your account.',
},
{
prefix: 'webhook',
description: 'Webhook ID for webhooks on a project.',
},
] as const;

/**
Expand Down

0 comments on commit 61f53e9

Please sign in to comment.