From d7eede66afba168d9fda45bb1e635b446ffe4598 Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Tue, 29 Nov 2022 11:18:11 -0800 Subject: Run linting on everything --- packages/typescript-types/src/index.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'packages/typescript-types') diff --git a/packages/typescript-types/src/index.ts b/packages/typescript-types/src/index.ts index 67aac4b..3bb93ba 100644 --- a/packages/typescript-types/src/index.ts +++ b/packages/typescript-types/src/index.ts @@ -95,7 +95,12 @@ export interface AuthenticationCredentialJSON export interface AuthenticatorAttestationResponseJSON extends Omit< AuthenticatorAttestationResponseFuture, - 'clientDataJSON' | 'attestationObject' | 'getTransports' | 'getAuthenticatorData' | 'getPublicKey' | 'getPublicKeyAlgorithm' + | 'clientDataJSON' + | 'attestationObject' + | 'getTransports' + | 'getAuthenticatorData' + | 'getPublicKey' + | 'getPublicKeyAlgorithm' > { clientDataJSON: Base64URLString; attestationObject: Base64URLString; -- cgit v1.2.3