Skip to content

Commit f37aa4f

Browse files
committed
fix: type custom_headers
1 parent 038f0c1 commit f37aa4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/Webhook/Webhook.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export declare interface IWebhook extends IObjectWithId<'Webhook'> {
3333
/**
3434
* custom headers to add to your webhook
3535
*/
36-
custom_headers: Record<string, string>;
36+
custom_headers: Array<{ key: string; value: string }>;
3737
}
3838

3939
export declare class Webhook implements IWebhook {

0 commit comments

Comments
 (0)