Skip to content

Commit 038f0c1

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export declare interface IWebhookCreateParameters {
22
url: string;
33
secret?: string;
4-
custom_headers?: Record<string, string>;
4+
custom_headers?: Array<{ key: string; value: string }>;
55
}

0 commit comments

Comments
 (0)