export interface ScreenMembersOnMfaWebAuthnPlatformEnrollment extends ScreenMembers { /** * @property {PasskeyCreate['public_key'] | null} publicKey - Direct access to the `PublicKeyCredentialCreationOptions`. * This is a convenience accessor for `data?.passkeys?.public_key`. It provides the necessary options * for `navigator.credentials.create()`. */ publicKey: PasskeyCreate['public_key'] | null;}