1 2 3 4 5 6
export interface TotpSchema { code: string, ticket: string, gift_code_sku_id?: string | null, login_source?: string | null, }