Skip to content

Commit 1003491

Browse files
refactor(types): replace Record with mapped types
1 parent 9255747 commit 1003491

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/resources/events/events.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ export interface Event {
186186
| 'tokenization.two_factor_authentication_code_sent'
187187
| 'tokenization.updated';
188188

189-
payload: Record<string, unknown>;
189+
payload: { [key: string]: unknown };
190190
}
191191

192192
/**

0 commit comments

Comments
 (0)