From 849b257db7d43c2f1d13d9620ce7f6ba9dfd3e50 Mon Sep 17 00:00:00 2001 From: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> Date: Mon, 26 Sep 2022 22:08:14 +1000 Subject: Move schemas to /src/util/schemas --- src/util/schemas/TotpSchema.ts | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/util/schemas/TotpSchema.ts (limited to 'src/util/schemas/TotpSchema.ts') diff --git a/src/util/schemas/TotpSchema.ts b/src/util/schemas/TotpSchema.ts new file mode 100644 index 00000000..889cb443 --- /dev/null +++ b/src/util/schemas/TotpSchema.ts @@ -0,0 +1,6 @@ +export interface TotpSchema { + code: string, + ticket: string, + gift_code_sku_id?: string | null, + login_source?: string | null, +} \ No newline at end of file -- cgit 1.5.1