From 468c8ce2f13105fd7e31d84cb41c7bbb07aa9ec9 Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Tue, 27 Dec 2022 19:32:40 -0800 Subject: Update typing on getTransports() --- packages/typescript-types/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/typescript-types/src') diff --git a/packages/typescript-types/src/index.ts b/packages/typescript-types/src/index.ts index 6d68b17..13d63bd 100644 --- a/packages/typescript-types/src/index.ts +++ b/packages/typescript-types/src/index.ts @@ -171,7 +171,7 @@ export type Base64URLString = string; * Properties marked optional are not supported in all browsers. */ export interface AuthenticatorAttestationResponseFuture extends AuthenticatorAttestationResponse { - getTransports: () => AuthenticatorTransportFuture[]; + getTransports(): AuthenticatorTransportFuture[]; } /** -- cgit v1.2.3