UNPKG

@aws-amplify/auth

Version:
9 lines (8 loc) 233 B
import { AuthWebAuthnCredential } from './models'; /** * Output type for Cognito listWebAuthnCredentials API. */ export interface ListWebAuthnCredentialsOutput { credentials: AuthWebAuthnCredential[]; nextToken?: string; }