summary refs log tree commit diff
path: root/util/src/schemas/TotpSchema.ts
diff options
context:
space:
mode:
Diffstat (limited to 'util/src/schemas/TotpSchema.ts')
-rw-r--r--util/src/schemas/TotpSchema.ts7
1 files changed, 0 insertions, 7 deletions
diff --git a/util/src/schemas/TotpSchema.ts b/util/src/schemas/TotpSchema.ts
deleted file mode 100644

index fe54735e..00000000 --- a/util/src/schemas/TotpSchema.ts +++ /dev/null
@@ -1,7 +0,0 @@ - -export interface TotpSchema { - code: string; - ticket: string; - gift_code_sku_id?: string | null; - login_source?: string | null; -}