summary refs log tree commit diff
path: root/src/util/schemas/TotpSchema.ts
blob: 889cb443d9c122016d16ee90dab1036b1852c786 (plain) (blame)
1
2
3
4
5
6
export interface TotpSchema {
	code: string,
	ticket: string,
	gift_code_sku_id?: string | null,
	login_source?: string | null,
}