UNPKG

@follow-app/client-sdk

Version:

TypeScript client SDK for Follow RSS Server API

13 lines (11 loc) 282 B
/** * Shared schemas and common types for the Follow Client SDK */ /** * Two-factor authentication types * Based on the core application's TwoFactorObjectSchema */ export interface TwoFactorAuth { /** 6-digit TOTP code for two-factor authentication */ TOTPCode?: string }